Home
last modified time | relevance | path

Searched refs:destPath (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/tools/icupkg/
Dicupkg.cpp266 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; in main() local
318 destPath=options[OPT_DESTDIR].value; in main()
321 destPath=NULL; in main()
353 isModified=(UBool)(sourcePath!=destPath); in main()
409 pkg->extractItem(destPath, outFilename, 0, outType); in main()
482 pkg->extractItems(destPath, *listPkg, outType); in main()
/third_party/node/deps/icu-small/source/tools/icupkg/
Dicupkg.cpp266 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; in main() local
318 destPath=options[OPT_DESTDIR].value; in main()
321 destPath=nullptr; in main()
353 isModified=(UBool)(sourcePath!=destPath); in main()
409 pkg->extractItem(destPath, outFilename, 0, outType); in main()
482 pkg->extractItems(destPath, *listPkg, outType); in main()
/third_party/skia/third_party/externals/icu/source/tools/icupkg/
Dicupkg.cpp266 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; in main() local
318 destPath=options[OPT_DESTDIR].value; in main()
321 destPath=NULL; in main()
353 isModified=(UBool)(sourcePath!=destPath); in main()
409 pkg->extractItem(destPath, outFilename, 0, outType); in main()
482 pkg->extractItems(destPath, *listPkg, outType); in main()
/third_party/lzma/C/Util/7z/
D7zMain.c748 const UInt16 *destPath = (const UInt16 *)name; in main() local
760 destPath = name + j + 1; in main()
765 MyCreateDir(destPath); in main()
771 const WRes wres = OutFile_OpenUtf16(&outFile, destPath); in main()
837 Set_File_FILETIME(destPath, mtimePtr); in main()
850 SetFileAttributesW((LPCWSTR)destPath, attrib); in main()
/third_party/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp759 FString destPath; in OnCreateDir() local
760 if (GetFullPath(us2fs(DirPrefix), us2fs(name), destPath)) in OnCreateDir()
762 if (!NDir::CreateComplexDir(destPath)) in OnCreateDir()
764 MessageBox_HResError((HWND)*this, GetLastError_noZero_HRESULT(), fs2us(destPath)); in OnCreateDir()
812 FString destPath; in FinishOnOK() local
813 if (!GetFullPath(us2fs(DirPrefix), us2fs(s), destPath)) in FinishOnOK()
818 FilePath = fs2us(destPath); in FinishOnOK()
DExtractCallback.cpp698 const wchar_t *destPath, in Z7_COM7F_IMF() argument
702 UString destPathResultTemp = destPath; in Z7_COM7F_IMF()
709 FString destPathSys = us2fs(destPath); in Z7_COM7F_IMF()
740 UString destPathSpec = destPath; in Z7_COM7F_IMF()
/third_party/typescript/scripts/types/
Dambient.d.ts87 destPath?: string; property
/third_party/typescript/
DGulpfile.mjs135 .pipe(sourcemaps.write(".", { includeContent: false, destPath: "built/local" }))
151 .pipe(sourcemaps.write(".", { includeContent: false, destPath: "built/local" }))
268 .pipe(sourcemaps.write(".", { includeContent: false, destPath: "built/local" }))