Home
last modified time | relevance | path

Searched refs:oldFile (Results 1 - 12 of 12) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileDir.cpp220 bool MyMoveFile(CFSTR oldFile, CFSTR newFile) in MyMoveFile() argument
225 if (::MoveFile(fs2fas(oldFile), fs2fas(newFile))) in MyMoveFile()
231 IF_USE_MAIN_PATH_2(oldFile, newFile) in MyMoveFile()
233 if (::MoveFileW(fs2us(oldFile), fs2us(newFile))) in MyMoveFile()
240 if (GetSuperPaths(oldFile, newFile, d1, d2, USE_MAIN_PATH_2)) in MyMoveFile()
928 static BOOL My_CopyFile(CFSTR oldFile, CFSTR newFile) in My_CopyFile() argument
935 if (!inFile.Open(oldFile)) in My_CopyFile()
955 bool MyMoveFile(CFSTR oldFile, CFSTR newFile) in MyMoveFile() argument
957 int res = rename(oldFile, newFile); in MyMoveFile()
960 if (errno != EXDEV) // (oldFile an in MyMoveFile()
[all...]
/third_party/skia/infra/bots/task_drivers/compile_wasm_gm_tests/
H A Dcompile_wasm_gm_tests.go98 oldFile := filepath.Join(workDir, name)
100 if err := os.Rename(oldFile, newFile); err != nil {
101 return td.FailStep(ctx, skerr.Wrapf(err, "copying %s to %s", oldFile, newFile))
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DReportAPI.java92 String oldFile = null; in main()
100 oldFile = args[++i]; in main()
112 new ReportAPI(oldFile, newFile, internal).writeReport(outFile, html, internal); in main()
133 ReportAPI(String oldFile, String newFile, boolean internal) { in ReportAPI() argument
134 this(APIData.read(oldFile, internal), APIData.read(newFile, internal)); in ReportAPI()
/third_party/node/deps/npm/test/lib/commands/
H A Dshrinkwrap.js37 const oldFile = resolve(npm.prefix, 'package-lock.json')
39 t.notOk(fs.existsSync(oldFile), 'package-lock is always deleted')
/third_party/vk-gl-cts/scripts/
H A Dcheck_swiftshader_runtime.py480 newFile, oldFile = ARGS.files
481 compareRuns(str(newFile), str(oldFile))
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]

Completed in 202 milliseconds