Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs86 FileUtil.AddQuotes(ref exe_path); in setExePath()
1321 FileUtil.AddQuotes(ref src); in sync()
1322 FileUtil.AddQuotes(ref dst); in sync()
1397 FileUtil.AddQuotes(ref bsf_file); in make()
1423 FileUtil.AddQuotes(ref file_list); in make()
1424 FileUtil.AddQuotes(ref output_dlf_file); in make()
1442 FileUtil.AddQuotes(ref extractionFolder); in make()
1443 FileUtil.AddQuotes(ref output_dlf_file); in make()
1448 FileUtil.AddQuotes(ref wumadFile); in make()
1476 FileUtil.AddQuotes(ref default_ddf); in make()
[all …]
DTools.cs1303 internal static void AddQuotes(ref string fileNameOrListWithSpaces) in AddQuotes() method in CafeX.FileUtil