Searched refs:dotPos (Results 1 - 15 of 15) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DDefaultName.cpp14 int dotPos = fileNameLength - (extLength + 1); local
15 if (fileName[dotPos] == '.')
16 if (extension.CompareNoCase(fileName.Mid(dotPos + 1)) == 0)
17 return fileName.Left(dotPos) + addSubExtension;
19 int dotPos = fileName.ReverseFind(L'.'); local
20 if (dotPos > 0)
21 return fileName.Left(dotPos) + addSubExtension;
H A DArchiveName.cpp39 int dotPos = resultName.ReverseFind('.'); local
40 if (dotPos > 0)
42 UString archiveName2 = resultName.Left(dotPos);
H A DUpdate.h34 int dotPos = Name.ReverseFind(L'.'); local
35 if (dotPos < 0)
37 if (dotPos == Name.Length() - 1)
39 Name = Name.Left(dotPos);
43 if (BaseExtension.CompareNoCase(Name.Mid(dotPos + 1)) == 0)
45 BaseExtension = Name.Mid(dotPos + 1);
46 Name = Name.Left(dotPos);
H A DExtractingFilePath.cpp39 int dotPos = name.Find(L'.'); local
40 if (dotPos < 0)
41 dotPos = name.Length();
42 UString s = name.Left(dotPos);
H A DLoadCodecs.cpp460 int dotPos = arcPath.ReverseFind(L'.'); local
461 if (dotPos < 0 || dotPos < slashPos1 || dotPos < slashPos2)
463 UString ext = arcPath.Mid(dotPos + 1);
H A DOpenArchive.cpp118 int dotPos = fileName.ReverseFind(L'.'); local
119 if (dotPos >= 0)
120 extension = fileName.Mid(dotPos + 1);
/external/lzma/CPP/7zip/Common/
H A DFilePathAutoRename.cpp28 int dotPos = fullProcessedPath.ReverseFind(L'.'); local
37 if (dotPos > slashPos && dotPos > 0)
39 name = fullProcessedPath.Left(dotPos);
40 extension = fullProcessedPath.Mid(dotPos);
/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp162 int dotPos = name.ReverseFind('.'); local
164 if (dotPos >= 0)
166 prefix = name.Left(dotPos + 1);
167 ext = name.Mid(dotPos + 1);
/external/deqp/framework/delibs/decpp/
H A DdeFilePath.cpp165 size_t dotPos = baseName.find_last_of('.'); local
166 if (dotPos == std::string::npos)
169 return baseName.substr(dotPos+1);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp68 int dotPos = Name.ReverseFind(L'.'); local
69 if (dotPos < 0 || (dotPos < slashPos && slashPos >= 0))
71 return dotPos + 1;
261 int dotPos = ui.Name.ReverseFind(L'.'); local
262 if (dotPos < 0 || (dotPos < slashPos && slashPos >= 0))
266 ExtensionPos = dotPos + 1;
831 int dotPos = ui.Name.ReverseFind(L'.'); local
832 if (dotPos >
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2609 milliseconds