HomeSort by relevance Sort by last modified time
    Searched refs:pathParts (Results 1 - 12 of 12) sorted by null

  /external/lzma/CPP/Common/
Wildcard.cpp 87 void SplitPathToParts(const UString &path, UStringVector &pathParts)
89 pathParts.Clear();
99 pathParts.Add(name);
105 pathParts.Add(name);
170 bool CItem::CheckPath(const UStringVector &pathParts, bool isFile) const
174 int delta = (int)pathParts.Size() - (int)PathParts.Size();
197 for (i = 0; i < PathParts.Size(); i++)
198 if (!CompareWildCardWithName(PathParts[i], pathParts[i + d]))
    [all...]
Wildcard.h 10 void SplitPathToParts(const UString &path, UStringVector &pathParts);
21 UStringVector PathParts;
25 bool CheckPath(const UStringVector &pathParts, bool isFile) const;
31 bool CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const;
33 bool CheckPath(UStringVector &pathParts, bool isFile, bool &include) const;
54 bool CheckPathToRoot(bool include, UStringVector &pathParts, bool isFile) const;
  /external/lzma/CPP/7zip/UI/Common/
ExtractingFilePath.h 9 void MakeCorrectPath(UStringVector &pathParts);
ArchiveExtractCallback.cpp 220 UStringVector pathParts;
221 SplitPathToParts(fullPath, pathParts);
223 if (pathParts.IsEmpty())
233 if (pathParts.Size() <= numRemovePathParts)
236 if (_removePathParts[i].CompareNoCase(pathParts[i]) != 0)
242 numRemovePathParts = pathParts.Size() - 1;
246 pathParts.Delete(0, numRemovePathParts);
247 MakeCorrectPath(pathParts);
248 UString processedPath = MakePathNameFromParts(pathParts);
253 if (!pathParts.IsEmpty())
    [all...]
ExtractingFilePath.cpp 86 void MakeCorrectPath(UStringVector &pathParts)
88 for (int i = 0; i < pathParts.Size();)
90 UString &s = pathParts[i];
93 pathParts.Delete(i);
EnumDirItems.cpp 198 if (item.Recursive || item.PathParts.Size() != 1)
200 const UString &name = item.PathParts.Front();
212 const UString &name = item.PathParts.Front();
229 UStringVector pathParts;
230 pathParts.Add(fi.Name);
231 if (curNode.CheckPathToRoot(false, pathParts, !isDir))
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
TestUtil.java 35 public static File file(String... pathParts) {
36 return file(new File("."), pathParts);
39 public static File file(File f, String... pathParts) {
40 for (String pathPart : pathParts) {
72 public static File resourceFile(String... pathParts) {
73 return file(resourcesBaseDir(), pathParts);
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 126 var pathParts = pagePath.split('/');
133 relativePagePathParts.push(pathParts[pathParts.length - (upDirs - i) - 1]);
135 relativePagePathParts.push(pathParts[pathParts.length - 1]);
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 149 var pathParts = pagePath.split('/');
156 relativePagePathParts.push(pathParts[pathParts.length - (upDirs - i) - 1]);
158 relativePagePathParts.push(pathParts[pathParts.length - 1]);
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 155 var pathParts = pagePath.split('/');
162 relativePagePathParts.push(pathParts[pathParts.length - (upDirs - i) - 1]);
164 relativePagePathParts.push(pathParts[pathParts.length - 1]);
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js 151 var pathParts = pagePath.split('/');
158 relativePagePathParts.push(pathParts[pathParts.length - (upDirs - i) - 1]);
160 relativePagePathParts.push(pathParts[pathParts.length - 1]);
    [all...]
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 444 milliseconds