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

  /external/chromium/chrome/common/
logging_chrome.cc 205 void RemoveSymlinkAndLog(const FilePath& link_path,
207 if (::unlink(link_path.value().c_str()) == -1)
208 PLOG(WARNING) << "Unable to unlink symlink " << link_path.value();
  /system/core/init/
devices.c 420 char link_path[256]; local
440 snprintf(link_path, sizeof(link_path), "/dev/block/platform/%s", device);
445 if (asprintf(&links[link_num], "%s/by-name/%s", link_path, p) > 0)
453 if (asprintf(&links[link_num], "%s/by-num/p%d", link_path, uevent->partition_num) > 0)
460 if (asprintf(&links[link_num], "%s/%s", link_path, slash + 1) > 0)

Completed in 637 milliseconds