Home
last modified time | relevance | path

Searched defs:newFile (Results 1 – 14 of 14) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileDir.cpp228 bool MyMoveFile(CFSTR oldFile, CFSTR newFile) in MyMoveFile()
275 bool MyMoveFile_with_Progress(CFSTR oldFile, CFSTR newFile, in MyMoveFile_with_Progress()
1000 static BOOL My_CopyFile(CFSTR oldFile, CFSTR newFile, ICopyFileProgress *progress) in My_CopyFile()
1051 bool MyMoveFile_with_Progress(CFSTR oldFile, CFSTR newFile, in MyMoveFile_with_Progress()
1074 bool MyMoveFile(CFSTR oldFile, CFSTR newFile) in MyMoveFile()
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
DCommandLineMain.java125 String newFile = mr.exportToFile(originalFile.getFileName().toString()); in printFileReport() local
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DReportAPI.java93 String newFile = null; in main() local
133 ReportAPI(String oldFile, String newFile, boolean internal) { in ReportAPI()
/third_party/vk-gl-cts/scripts/
Dcheck_swiftshader_runtime.py480 newFile, oldFile = ARGS.files variable
/third_party/typescript/src/testRunner/unittests/tsbuildWatch/
DprogramUpdates.ts95 const newFile: ts.tscWatch.File = { constant
/third_party/skia/m133/tools/run-wasm-gm-tests/
Drun-wasm-gm-tests.js189 const newFile = path.join(options.output, md5 + '.png'); constant
/third_party/skia/tools/run-wasm-gm-tests/
Drun-wasm-gm-tests.js189 const newFile = path.join(options.output, md5 + '.png'); constant
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dextensionmetadocgenerator.py487 def newFile(self, filename): member in ExtensionMetaDocOutputGenerator
/third_party/typescript/src/compiler/
Dprogram.ts1343 const newFile = getSourceFileByPath(oldSourceFile.resolvedPath); constant
1828 const modifiedSourceFiles: { oldFile: SourceFile, newFile: SourceFile }[] = []; constant
1964 for (const { oldFile: oldSourceFile, newFile: newSourceFile } of modifiedSourceFiles) { constant
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts337 … const newFile = factory.updateSourceFile(sourceFile, [factory.createModuleDeclaration( constant
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts524 const newFile = this.toFsFile({ path: newFullPath, content: file.content }); constant
/third_party/typescript/src/server/
Dproject.ts1298 const newFile = this.program.getSourceFileByPath(f.resolvedPath); constant
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBManagerGUI.java1108 File newFile = saveFileChooser.getSelectedFile(); in saveResourcesAs() local
/third_party/typescript/lib/
Dtsc.js105810 modifiedSourceFiles.push({ oldFile: oldSourceFile, newFile: newSourceFile }); property
105813 modifiedSourceFiles.push({ oldFile: oldSourceFile, newFile: newSourceFile }); property
105828 for (const { oldFile: oldSourceFile, newFile: newSourceFile } of modifiedSourceFiles) { property