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

  /external/llvm/lib/Support/Unix/
Path.inc 135 char link_path[MAXPATHLEN];
136 if (realpath(exe_path, link_path))
137 return link_path;
168 char link_path[MAXPATHLEN];
169 if (realpath(DLInfo.dli_fname, link_path))
170 return link_path;
  /system/core/init/
devices.cpp 472 char link_path[256]; local
494 snprintf(link_path, sizeof(link_path), "/dev/block/%s/%s", type, device);
501 if (asprintf(&links[link_num], "%s/by-name/%s", link_path, p) > 0)
509 if (asprintf(&links[link_num], "%s/by-num/p%d", link_path, uevent->partition_num) > 0)
516 if (asprintf(&links[link_num], "%s/%s", link_path, slash + 1) > 0)
  /external/lldb/source/Host/linux/
Host.cpp 363 char link_path[PATH_MAX]; local
365 if (snprintf (link_path, PATH_MAX, "/proc/%" PRIu64 "/exe", pid) <= 0)
368 ssize_t len = readlink (link_path, exe_path, sizeof(exe_path) - 1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 409 link_path = join(sub2_path, "link")
422 os.symlink(os.path.abspath(t2_path), link_path)
468 if root == link_path:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 409 link_path = join(sub2_path, "link")
422 os.symlink(os.path.abspath(t2_path), link_path)
468 if root == link_path:
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 

Completed in 1030 milliseconds