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
/system/core/init/
devices.c
416
char
link_path
[256];
local
438
snprintf(
link_path
, sizeof(
link_path
), "/dev/block/platform/%s", device);
443
if (asprintf(&links[link_num], "%s/by-name/%s",
link_path
, p) > 0)
451
if (asprintf(&links[link_num], "%s/by-num/p%d",
link_path
, uevent->partition_num) > 0)
458
if (asprintf(&links[link_num], "%s/%s",
link_path
, slash + 1) > 0)
/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();
Completed in 1030 milliseconds