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

  /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);
  /system/core/init/
devices.c 502 char link_path[256]; local
528 snprintf(link_path, sizeof(link_path), "/dev/block/%s/%s", type, device);
535 if (asprintf(&links[link_num], "%s/by-name/%s", link_path, p) > 0)
543 if (asprintf(&links[link_num], "%s/by-num/p%d", link_path, uevent->partition_num) > 0)
550 if (asprintf(&links[link_num], "%s/%s", link_path, slash + 1) > 0)

Completed in 263 milliseconds