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

/external/chromium/chrome/browser/
H A Dprocess_singleton_linux.cc235 FilePath ReadLink(const FilePath& path) { function in namespace:__anon2377
260 if (ReadLink(path) != target) {
276 std::string real_path = ReadLink(path).value();
395 return (cookie == ReadLink(path));
404 FilePath cookie = ReadLink(cookie_path);
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_linux.cc231 base::FilePath ReadLink(const base::FilePath& path) { function in namespace:__anon5759
256 if (ReadLink(path) != target) {
272 std::string real_path = ReadLink(path).value();
343 return (cookie == ReadLink(path));
352 base::FilePath cookie = ReadLink(cookie_path);

Completed in 143 milliseconds