Searched defs:fullPaths (Results 1 - 3 of 3) sorted by relevance

/external/lzma/C/Util/7z/
H A D7zMain.c338 int listCommand = 0, testCommand = 0, extractCommand = 0, fullPaths = 0; local
342 else if (strcmp(command, "x") == 0) { extractCommand = 1; fullPaths = 1; }
367 if (listCommand == 0 && f->IsDir && !fullPaths)
438 if (fullPaths)
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp883 UStringVector fullPaths; local
895 fullPaths.Add(arcPath);
898 for(i = 0; i < fullPaths.Size(); i++)
900 UString arcPath = fullPaths[i];
H A DArchiveCommandLine.cpp794 UStringVector fullPaths; local
801 fullPaths.Add(fullPath);
804 SortFileNames(fullPaths, indices);
811 sortedFullPaths.Add(fullPaths[index]);

Completed in 320 milliseconds