HomeSort by relevance Sort by last modified time
    Searched refs:slashPos (Results 1 - 25 of 37) sorted by null

1 2

  /external/lzma/CPP/7zip/Common/
FilePathAutoRename.cpp 28 int slashPos = path.ReverseFind_PathSepar();
32 if (dotPos > slashPos + 1)
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
BaseUrlValidateFunction.java 72 int slashPos = in.indexOf('/');
73 if (slashPos != -1) {
75 return in.lastIndexOf(':', slashPos - 1) == -1;
  /external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.cpp 53 int slashPos = fileName.ReverseFind_PathSepar();
54 UString s1 = fileName.Left(slashPos + 1);
55 UString s2 = fileName.Ptr(slashPos + 1);
BrowseDialog.cpp 975 int slashPos = path.Find(WCHAR_PATH_SEPARATOR, start);
976 cur.SetFrom(path.Ptr(start), (slashPos < 0 ? path.Len() : slashPos) - start);
994 if (slashPos < 0)
997 start = slashPos + 1;
ProgressDialog2.cpp 889 int slashPos = _filePath.ReverseFind_PathSepar();
890 if (slashPos >= 0)
892 s1.SetFrom(_filePath, slashPos + 1);
893 s2 = _filePath.Ptr(slashPos + 1);
ExtractCallback.cpp 729 int slashPos = destPathSpec.ReverseFind_PathSepar();
730 destPathSpec.DeleteFrom(slashPos + 1);
  /system/tools/hidl/c2hal/
AST.cpp 319 size_t slashPos;
320 while ((slashPos = path.find("/", start)) != std::string::npos) {
321 std::string partial = path.substr(0, slashPos);
337 start = slashPos + 1;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
WriteCharts.java 129 int slashPos = target.indexOf('/');
130 if (slashPos >= 0) target = target.substring(0,slashPos);
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
WriteCharts.java 128 int slashPos = target.indexOf('/');
129 if (slashPos >= 0) target = target.substring(0,slashPos);
  /system/tools/hidl/
Coordinator.cpp 587 size_t slashPos;
588 while ((slashPos = path.find("/", start)) != std::string::npos) {
589 std::string partial = path.substr(0, slashPos);
605 start = slashPos + 1;
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/model/
MusicProvider.java 222 int slashPos = CATALOG_URL.lastIndexOf('/');
223 String path = CATALOG_URL.substring(0, slashPos + 1);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 432 int slashPos = id.indexOf('/');
434 if (slashPos >= 0) {
435 variant = "_" + id.substring(slashPos+1);
436 id = id.substring(0, slashPos);
730 int slashPos = id.indexOf('/');
731 if (slashPos < 0) slashPos = id.length();
741 targetSuper = new UnicodeSet("[[:" + id.substring(dashPos+1, slashPos) + ":][:Mn:][:Me:]]");
    [all...]
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/model/
MusicProvider.java 224 int slashPos = CATALOG_URL.lastIndexOf('/');
225 String path = CATALOG_URL.substring(0, slashPos + 1);
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 337 int slashPos = _filePath.ReverseFind_PathSepar();
338 if (slashPos >= 0)
339 CreateComplexDir(_directoryPath + us2fs(_filePath.Left(slashPos)));
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 145 const char *slashPos = strchr(&url[7], '/');
147 if (slashPos == NULL) {
151 host->setTo(&url[7], slashPos - &url[7]);
152 path->setTo(slashPos);
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 436 int slashPos = Name.ReverseFind_PathSepar();
438 if (dotPos <= slashPos)
644 int slashPos = ui.Name.ReverseFind_PathSepar();
645 NamePos = slashPos + 1;
647 if (dotPos <= slashPos)
826 int slashPos = ui.Name.ReverseFind_PathSepar();
829 // if (dotPos > slashPos)
838 if (dotPos > slashPos)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp 1088 int slashPos = fullProcessedPath.ReverseFind_PathSepar();
1089 FString realFullProcessedPath = fullProcessedPath.Left(slashPos + 1) + fileInfo.Name;
    [all...]
  /external/curl/lib/
ftp.c     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 1359 milliseconds

1 2