Home
last modified time | relevance | path

Searched defs:newPath (Results 1 – 16 of 16) sorted by relevance

/third_party/iptables/extensions/
DgenClear.py19 newPath = oriPath + "/out/gen" variable
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Drenameat.c33 char newPath[] = "/data/newrenameat.txt"; in renameat_0100() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DRangeTreeFactorizer.java181 RangeSpecification newPath = path.extendByMask(mask); in recurse() local
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts563 const newPath = newFile.path; constant
583 const newPath = newFolder.path; constant
DfourslashInterfaceImpl.ts1722 readonly newPath: string; property
/third_party/node/lib/internal/fs/
Dpromises.js481 async function rename(oldPath, newPath) { argument
590 async function link(existingPath, newPath) { argument
/third_party/node/lib/
Dfs.js781 function rename(oldPath, newPath, callback) { argument
792 function renameSync(oldPath, newPath) { argument
1218 function link(existingPath, newPath, callback) { argument
1232 function linkSync(existingPath, newPath) { argument
/third_party/typescript/src/compiler/
DwatchUtilities.ts397 const newPath = removeIgnoredPath(fileOrDirectoryPath); constant
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_xmp_sdk.cpp1621 bool newPath) in DocOpsPrepareForSave()
Ddng_xmp.cpp4394 bool newPath) in DocOpsPrepareForSave()
/third_party/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp335 void ApplyAddPath(SkPath& orig, const SkPath& newPath, in ApplyAddPath()
/third_party/flutter/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp348 void ApplyAddPath(SkPath& orig, const SkPath& newPath, in ApplyAddPath()
/third_party/flutter/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp178 void ApplyAddPath(SkPath& orig, const SkPath& newPath, in ApplyAddPath()
/third_party/typescript/src/server/
Dsession.ts2182 const newPath = toNormalizedPath(args.newFilePath); constant
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp219 void ApplyAddPath(SkPath& orig, const SkPath& newPath, in ApplyAddPath()
/third_party/node/tools/
Dlint-md.mjs7307 emitAdd(newPath, stats, processPath, opts, forceAdd) { argument