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

  /external/bison/lib/
basename-lgpl.c 30 last_component (char const *name) function
54 value returned by base_name or last_component. Act like strlen
  /external/selinux/libselinux/src/
matchpathcon.c 351 char *last_component; local
370 last_component = strrchr(tmp_path, '/');
372 if (last_component == tmp_path) {
373 last_component++;
375 } else if (last_component) {
376 *last_component = '\0';
377 last_component++;
380 last_component = tmp_path;
392 if (len + strlen(last_component) + 2 > PATH_MAX) {
403 strcpy(resolved_path, last_component);
    [all...]
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 164 llvm::StringRef::size_type last_component = local
166 if (last_component == llvm::StringRef::npos)
168 llvm::StringRef prefix = prog_name_ref.slice(0, last_component);
    [all...]

Completed in 216 milliseconds