Home
last modified time | relevance | path

Searched refs:fullPaths (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/Util/7z/
D7zMain.c456 int listCommand = 0, testCommand = 0, fullPaths = 0; in main() local
461 else if (strcmp(command, "x") == 0) { fullPaths = 1; } in main()
487 if (listCommand == 0 && isDir && !fullPaths) in main()
578 if (fullPaths) in main()
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp968 UStringVector fullPaths; in EnumerateDirItemsAndSort() local
976 fullPaths.Add(fs2us(fullPath)); in EnumerateDirItemsAndSort()
980 SortFileNames(fullPaths, indices); in EnumerateDirItemsAndSort()
988 sortedFullPaths.AddInReserved(fullPaths[index]); in EnumerateDirItemsAndSort()
DUpdate.cpp1575 FStringVector fullPaths; in UpdateArchive() local
1585 fullPaths.Add(arcPath2); in UpdateArchive()
1593 for (i = 0; i < fullPaths.Size(); i++) in UpdateArchive()
1595 const UString arcPath2 = fs2us(fullPaths[i]); in UpdateArchive()