HomeSort by relevance Sort by last modified time
    Searched full:last_component (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
stripslash.c 32 char *base = last_component (file);
36 /* last_component returns "" for file system roots, but we need to turn
basename.c 32 last_component (char const *name) function
76 char const *base = last_component (name);
107 value returned by base_name or last_component. Act like strlen
dirname.h 65 char *last_component (char const *file);
dirname.c 48 for (length = last_component (file) - file;
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 381 (path, last_component) = os.path.split(path)
    [all...]

Completed in 147 milliseconds