OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:link_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/
logging_chrome.cc
180
void RemoveSymlinkAndLog(const base::FilePath&
link_path
,
182
if (::unlink(
link_path
.value().c_str()) == -1)
183
DPLOG(WARNING) << "Unable to unlink symlink " <<
link_path
.value();
/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);
Completed in 32 milliseconds