Home
last modified time | relevance | path

Searched refs:AddQuotes (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/cafex/
DExecutableClasses.cs84 FileUtil.AddQuotes(ref exe_path); in setExePath()
1299 FileUtil.AddQuotes(ref src); in sync()
1300 FileUtil.AddQuotes(ref dst); in sync()
1375 FileUtil.AddQuotes(ref bsf_file); in make()
1401 FileUtil.AddQuotes(ref file_list); in make()
1402 FileUtil.AddQuotes(ref output_dlf_file); in make()
1420 FileUtil.AddQuotes(ref extractionFolder); in make()
1421 FileUtil.AddQuotes(ref output_dlf_file); in make()
1426 FileUtil.AddQuotes(ref wumadFile); in make()
1454 FileUtil.AddQuotes(ref default_ddf); in make()
[all …]
DTools.cs1165 internal static void AddQuotes(ref string fileNameOrListWithSpaces) in AddQuotes() method in CafeX.FileUtil