Searched refs:slash (Results 1 – 12 of 12) sorted by relevance
37 const char *slash = dot - 1; in GetFileNameStem() local38 while (slash >= fileName) { in GetFileNameStem()39 if (*slash == OS_PATH_SEPARATOR) { in GetFileNameStem()42 if ((*slash == '.') && (*dot == 0)) { in GetFileNameStem()43 dot = slash; in GetFileNameStem()45 --slash; in GetFileNameStem()47 ++slash; in GetFileNameStem()48 return string(slash, dot - slash); in GetFileNameStem()71 const char *slash = dot - 1; in InternalFileNameConvert() local72 while (slash >= rsFileName) { in InternalFileNameConvert()[all …]
75 int slash = relpath.indexOf('/'); in onRestoreFile() local76 if (slash > 0) { in onRestoreFile()78 int i = Integer.parseInt(relpath.substring(0, slash)); in onRestoreFile()80 outFile = new File(mVolumes[i].getPath(), relpath.substring(slash + 1)); in onRestoreFile()86 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash)); in onRestoreFile()
410 int slash = parts[2].indexOf('/'); in getAddress() local411 return (slash < 0) ? parts[2] : parts[2].substring(0, slash); in getAddress()
199 int slash = mClassName.lastIndexOf('/'); in generateDelegateCode() local201 if (dol != -1 && dol > slash && dol == mClassName.indexOf('$')) { in generateDelegateCode()
2101 int slash = resName.lastIndexOf('/'); in restoreNamedResourceLocked() local2102 if (slash > 0) { in restoreNamedResourceLocked()2103 ident = resName.substring(slash+1); in restoreNamedResourceLocked()2107 if (colon > 0 && slash > 0 && (slash-colon) > 1) { in restoreNamedResourceLocked()2108 type = resName.substring(colon+1, slash); in restoreNamedResourceLocked()
516 const char *slash = "/"; in dump_files() local525 ++slash; in dump_files()543 asprintf(&newpath, "%s%s%s%s", dir, slash, d->d_name, in dump_files()
26 <li><b>Path</b> - A unique string that must start with a forward slash (for instance,79 with a forward slash. If you're using hierarchical data in your
6222 int slash = info.path.indexOf('/'); in readTarHeaders() local6223 … if (slash < 0) throw new IOException("Illegal semantic path in " + info.path); in readTarHeaders()6224 info.packageName = info.path.substring(0, slash); in readTarHeaders()6225 info.path = info.path.substring(slash+1); in readTarHeaders()6231 slash = info.path.indexOf('/'); in readTarHeaders()6232 if (slash < 0) { in readTarHeaders()6236 info.domain = info.path.substring(0, slash); in readTarHeaders()6237 info.path = info.path.substring(slash + 1); in readTarHeaders()7632 int slash = info.path.indexOf('/'); in readTarHeaders() local7633 … if (slash < 0) throw new IOException("Illegal semantic path in " + info.path); in readTarHeaders()[all …]
210 and it's important to include the trailing slash at the end, otherwise, any requests from the
162 XML. It is followed by the resource type ({@code id} in this case), a slash, then the resource name
520 the string from {@code android:searchSuggestIntentData}, appends a slash ("/") and then adds the
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...