HomeSort by relevance Sort by last modified time
    Searched refs:slash (Results 126 - 150 of 536) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/e2fsprogs/contrib/
fsstress.c 1258 char *slash; local
1261 slash = strchr(name->path, '/');
1262 if (slash == NULL) {
1266 *slash = '\0';
1268 *slash = '/';
1269 append_pathname(newname, slash + 1);
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 1233 char *slash; local
1236 slash = strchr(name->path, '/');
1237 if (slash == NULL) {
1241 *slash = '\0';
1243 *slash = '/';
1244 append_pathname(newname, slash + 1);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 2655 int slash = resName.lastIndexOf('\/'); local
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 823 size_t slash = filename.find_last_of('/'); local
824 std::string basename = slash == std::string::npos ?
825 filename : filename.substr(slash + 1);
    [all...]
  /external/libevent/
event_rpcgen.py     [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 630 const char *slash = "/"; local
639 ++slash;
657 asprintf(&newpath, "%s%s%s%s", dir, slash, d->d_name,
766 /* skip initial slash */
    [all...]
  /external/fio/tools/
genfio 69 If the prefix features a / (slash), prefix will be considered as a directory
  /build/soong/python/
binary.go 205 // Gets its ancestor directory by trimming last slash.
  /build/soong/third_party/zip/
struct.go 73 // letter (e.g. C:) or leading slash, and only forward slashes
writer.go 183 // letter (e.g. C:) or leading slash, and only forward slashes are
  /external/clang/lib/Lex/
PPExpressions.cpp 483 case tok::slash:
644 case tok::slash:
  /prebuilts/go/darwin-x86/src/archive/tar/
common.go 195 // If fi describes a directory, a slash is appended to the name.
tar_test.go 263 t.Errorf("FileInfo of %q contains slash: %q", v.h.Name, fi.Name())
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 73 // letter (e.g. C:) or leading slash, and only forward slashes
  /prebuilts/go/linux-x86/src/archive/tar/
common.go 195 // If fi describes a directory, a slash is appended to the name.
tar_test.go 263 t.Errorf("FileInfo of %q contains slash: %q", v.h.Name, fi.Name())
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 73 // letter (e.g. C:) or leading slash, and only forward slashes
  /external/toybox/toys/pending/
ip.c 410 char *slash = strchr(name, '/'); local
412 if (slash) *slash = 0;
415 if (slash) { // grab netmask.
416 if (get_nmask_prefix(netmask, af, slash+1, family))
418 *slash ='/';
423 if (!*addr && !slash && !af) *len = 0;
    [all...]
  /build/kati/
ninja.go 179 // drop single trailing slash - multiline_arg.mk
183 // preserve two trailing slash - escaped_backslash.mk
  /external/clang/lib/Format/
FormatTokenLexer.cpp 159 // introducing token, the slash here is the operand and not the start of a
173 // if that begins with a slash and is in a location where JavaScript allows
178 if (!RegexToken->isOneOf(tok::slash, tok::slashequal))
  /external/dnsmasq/src/
option.c 836 char *slash; local
851 slash = split_chr(cp, '/');
853 if (!slash)
861 int netsize = atoi(slash);
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 119 slash \/
391 {slash}{digit}{1,3} {
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 6803 int slash = info.path.indexOf('\/'); local
8235 int slash = info.path.indexOf('\/'); local
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
js.go 16 // nextJSCtx returns the context that determines whether a slash after the
  /prebuilts/go/darwin-x86/src/mime/
mediatype_test.go 261 {"bogus/<script>alert</script>", "mime: expected token after slash"},

Completed in 703 milliseconds

1 2 3 4 56 7 8 91011>>