Searched refs:link_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/
H A Dlogging_chrome.cc180 void RemoveSymlinkAndLog(const base::FilePath& link_path, argument
182 if (::unlink(link_path.value().c_str()) == -1)
183 DPLOG(WARNING) << "Unable to unlink symlink " << link_path.value();
/external/lldb/source/Host/linux/
H A DHost.cpp363 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);

Completed in 231 milliseconds