Searched refs:destPath (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/tools/icupkg/ |
D | icupkg.cpp | 257 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; in main() local 309 destPath=options[OPT_DESTDIR].value; in main() 312 destPath=NULL; in main() 344 isModified=(UBool)(sourcePath!=destPath); in main() 400 pkg->extractItem(destPath, outFilename, 0, outType); in main() 473 pkg->extractItems(destPath, *listPkg, outType); in main()
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 528 const UInt16 *destPath = (const UInt16 *)name; in main() local 540 destPath = name + j + 1; in main() 545 MyCreateDir(destPath); in main() 549 else if (OutFile_OpenUtf16(&outFile, destPath)) in main() 574 SetFileAttributesW(destPath, db.Attribs.Vals[i]); in main()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 744 FString destPath; in OnCreateDir() local 745 if (GetFullPath(us2fs(DirPrefix), us2fs(name), destPath)) in OnCreateDir() 747 if (!NDir::CreateComplexDir(destPath)) in OnCreateDir() 749 MessageBox_HResError((HWND)*this, GetNormalizedError(), fs2us(destPath)); in OnCreateDir() 795 FString destPath; in FinishOnOK() local 796 if (!GetFullPath(us2fs(DirPrefix), us2fs(s), destPath)) in FinishOnOK() 801 FilePath = fs2us(destPath); in FinishOnOK()
|
D | ExtractCallback.cpp | 686 const wchar_t *destPath, in AskWrite() argument 690 UString destPathResultTemp = destPath; in AskWrite() 697 FString destPathSys = us2fs(destPath); in AskWrite() 728 UString destPathSpec = destPath; in AskWrite()
|