Home
last modified time | relevance | path

Searched defs:symlink_path (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/
Dlogging_chrome.cc151 base::FilePath SetUpSymlinkIfNeeded(const base::FilePath& symlink_path, in SetUpSymlinkIfNeeded()
/external/chromium_org/base/
Dfile_util_posix.cc385 const FilePath& symlink_path) { in CreateSymbolicLink()
392 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) { in ReadSymbolicLink()
/external/chromium_org/content/browser/fileapi/
Dlocal_file_util_unittest.cc151 base::FilePath symlink_path = LocalPath(symlink_name); in TEST_F() local