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.cpp220 bool MyMoveFile(CFSTR oldFile, CFSTR newFile) in MyMoveFile()
928 static BOOL My_CopyFile(CFSTR oldFile, CFSTR newFile) in My_CopyFile()
955 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.ts1864 for (const oldFile of oldSourceFiles) { constant
1872 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.js122551 modifiedSourceFiles.push({ oldFile: oldSourceFile, newFile: newSourceFile }); property
122557 modifiedSourceFiles.push({ oldFile: oldSourceFile, newFile: newSourceFile }); property
122615 oldFilesByNameMap.forEach(function (oldFile, path) { argument
Dtsc.js101686 modifiedSourceFiles.push({ oldFile: oldSourceFile, newFile: newSourceFile }); property
101690 modifiedSourceFiles.push({ oldFile: oldSourceFile, newFile: newSourceFile }); property
101743 oldFilesByNameMap.forEach(function (oldFile, path) { argument