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

1 2 3 4 5 6 7 8 91011>>

  /external/google-breakpad/src/processor/
pathname_stripper.cc 42 string::size_type slash = path.rfind('/'); local
46 if (slash != string::npos &&
47 (backslash == string::npos || slash > backslash)) {
48 file_start = slash + 1;
  /external/e2fsprogs/util/
libecho.c 42 char *slash; local
49 while((slash = strrchr(f, '/')) != NULL)
50 *slash = '\\';
54 slash = strrchr(filepath, '\\');
56 if (slash) {
57 slash++;
58 *slash = 0;
  /external/bison/lib/
progname.c 46 const char *slash; local
59 slash = strrchr (argv0, '/');
60 base = (slash != NULL ? slash + 1 : argv0);
  /external/toybox/toys/posix/
echo.c 65 int slash = *(c++), n = unescape(slash); local
68 else if (slash=='c') goto done;
69 else if (slash=='0') {
72 } else if (slash=='x') {
84 // Slash in front of unknown character, print literal.
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentLanguage.java 133 final int slash = languageTag.indexOf('-');
134 if (slash>=0) {
135 this.locale = new Locale(languageTag.substring(0,slash), languageTag.substring(slash+1) );
132 final int slash = languageTag.indexOf('-'); local
Protocol.java 72 .append(SLASH)
74 .append(SLASH)
105 int slash = name_and_version.indexOf('/'); local
106 if (slash>0) {
107 this.protocolName = name_and_version.substring(0,slash);
108 this.protocolVersion = name_and_version.substring( slash+1 );
StatusLine.java 172 boolean slash = false;
175 slash = false;
176 if (slash) {
183 slash = true;
RequestLine.java 147 boolean slash = false;
151 if (slash) {
158 slash = true;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HopImpl.java 101 int slash = hop.indexOf('/',colon); local
106 if (slash>0) {
107 portstr = hop.substring(colon+1,slash);
108 this.transport = hop.substring(slash+1);
119 if (slash>0) {
120 this.host = hop.substring(0,slash);
121 this.transport = hop.substring(slash+1);
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractFileTypeDetector.java 67 int slash = s.indexOf('/'); local
69 if (slash < 0)
71 String type = s.substring(0, slash).trim().toLowerCase(Locale.ENGLISH);
74 String subtype = (semicolon < 0) ? s.substring(slash + 1) :
75 s.substring(slash + 1, semicolon);
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 37 const char *slash = dot - 1; local
38 while (slash >= fileName) {
39 if (*slash == OS_PATH_SEPARATOR) {
42 if ((*slash == '.') && (*dot == 0)) {
43 dot = slash;
45 --slash;
47 ++slash;
48 return string(slash, dot - slash);
71 const char *slash = dot - 1 local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 150 const int slash = !!(flags & FNM_PATHNAME); local
186 if (slash && (**pattern == '/'))
209 * or ranges containing a slash in FNM_PATHNAME mode pattern
212 if (!**pattern || (slash && (**pattern == '/')))
251 if (!**string || (slash && (**string == '/')))
269 /* Refuse to advance over trailing slash or nulls
271 if (!**string || !**pattern || (slash && ((**string == '/') || (**pattern == '/'))))
285 const int slash = !!(flags & FNM_PATHNAME); local
306 if (slash && escape && (*pattern == '\\') && (pattern[1] == '/'))
308 if (slash && (*pattern == '/') && (*string == '/'))
    [all...]
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 75 int slash = relpath.indexOf('/'); local
76 if (slash > 0) {
78 int i = Integer.parseInt(relpath.substring(0, slash));
80 outFile = new File(mVolumes[i].getPath(), relpath.substring(slash + 1));
86 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));
  /external/blktrace/btt/
trace.c 81 char *slash = strchr(iop->pdu, '/'); local
82 if (slash)
83 *slash = '\0';
  /external/libusb/libusb/os/
linux_netlink.c 201 const char *tmp, *slash; local
260 slash = strrchr(tmp, '/');
261 if (!slash)
264 *busnum = (uint8_t)(strtoul(slash - 3, NULL, 10) & 0xff);
270 *devaddr = (uint8_t)(strtoul(slash + 1, NULL, 10) & 0xff);
283 slash = strrchr(tmp, '/');
284 if (slash)
285 *sys_name = slash + 1;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
file.d 9 0+ l[ ]*df \*ABS\*[ ]+0+ slash/data
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
file.d 10 0+ l[ ]*df \*ABS\*[ ]+0+ slash/data
  /external/iproute2/tc/
f_fw.c 45 char *slash; local
46 if ((slash = strchr(handle, '/')) != NULL)
47 *slash = '\0';
52 if (slash) {
53 if (get_u32(&mask, slash+1, 0)) {
  /external/iptables/extensions/
libip6t_icmp6.c 123 char *slash; local
128 slash = strchr(buffer, '/');
130 if (slash)
131 *slash = '\0';
137 if (slash) {
138 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
141 slash+1);
libipt_icmp.c 143 char *slash; local
148 slash = strchr(buffer, '/');
150 if (slash)
151 *slash = '\0';
157 if (slash) {
158 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
161 slash+1);
  /system/core/liblog/
pmsg_writer.c 214 char *cp, *slash; local
234 slash = strrchr(cp, '/');
235 if (slash) {
236 *slash = ':';
237 slash = strrchr(cp, '/');
238 if (slash) {
239 tag = slash + 1;
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
AntJarProcessor.java 82 int slash = file.lastIndexOf('/'); local
83 if (slash >= 0) {
84 String dir = file.substring(0, slash);
  /external/jarjar/src/main/com/tonicsystems/jarjar/
PackageRemapper.java 62 int slash = s.lastIndexOf('/'); local
64 if (slash < 0) {
68 end = s.substring(slash + 1);
69 s = s.substring(0, slash + 1) + RESOURCE_SUFFIX;
  /external/ipsec-tools/src/libipsec/
policy_token.l 78 slash \/
146 {slash} { return(SLASH); }
  /external/webrtc/webrtc/libjingle/xmpp/
jid.cc 31 // First find the slash and slice off that part
32 size_t slash = jid_string.find('/');
33 resource_name_ = (slash == std::string::npos ? STR_EMPTY :
34 jid_string.substr(slash + 1));
39 if (at < slash && at != std::string::npos) {
47 size_t domain_length = (slash == std::string::npos) ?
48 (jid_string.length() - domain_begin) : (slash - domain_begin);

Completed in 774 milliseconds

1 2 3 4 5 6 7 8 91011>>