Home
last modified time | relevance | path

Searched defs:oldFile (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DReportAPI.java92 String oldFile = null; in main() local
133 ReportAPI(String oldFile, String newFile, boolean internal) { in ReportAPI()
/third_party/lzma/CPP/Windows/
DFileDir.cpp211 bool MyMoveFile(CFSTR oldFile, CFSTR newFile) in MyMoveFile()
833 static BOOL My__CopyFile(CFSTR oldFile, CFSTR newFile) in My__CopyFile()
860 bool MyMoveFile(CFSTR oldFile, CFSTR newFile) in MyMoveFile()
/third_party/vk-gl-cts/scripts/
Dcheck_swiftshader_runtime.py480 newFile, oldFile = ARGS.files variable
/third_party/node/deps/npm/test/lib/commands/
Dshrinkwrap.js37 const oldFile = resolve(npm.prefix, 'package-lock.json') constant
/third_party/typescript/src/compiler/
Dprogram.ts1858 for (const oldFile of oldSourceFiles) { constant
1866 for (const { oldFile: oldSourceFile, newFile: newSourceFile } of modifiedSourceFiles) { constant
/third_party/typescript/src/services/
DtextChanges.ts950 for (const { oldFile, fileName, statements } of this.newFiles) { constant
/third_party/typescript/lib/
DtypingsInstaller.js122245 modifiedSourceFiles.push({ oldFile: oldSourceFile, newFile: newSourceFile }); property
122251 modifiedSourceFiles.push({ oldFile: oldSourceFile, newFile: newSourceFile }); property
122309 oldFilesByNameMap.forEach(function (oldFile, path) { argument
Dtsc.js101404 modifiedSourceFiles.push({ oldFile: oldSourceFile, newFile: newSourceFile }); property
101408 modifiedSourceFiles.push({ oldFile: oldSourceFile, newFile: newSourceFile }); property
101461 oldFilesByNameMap.forEach(function (oldFile, path) { argument