HomeSort by relevance Sort by last modified time
    Searched refs:ReadLink (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/
process_singleton_linux.cc 235 FilePath ReadLink(const FilePath& path) {
240 PLOG(ERROR) << "readlink(" << path.value() << ") failed";
260 if (ReadLink(path) != target) {
276 std::string real_path = ReadLink(path).value();
395 return (cookie == ReadLink(path));
404 FilePath cookie = ReadLink(cookie_path);
442 PLOG(ERROR) << "readlink failed";
    [all...]
  /external/chromium_org/chrome/browser/
process_singleton_linux.cc 233 base::FilePath ReadLink(const base::FilePath& path) {
238 PLOG(ERROR) << "readlink(" << path.value() << ") failed";
258 if (ReadLink(path) != target) {
274 std::string real_path = ReadLink(path).value();
348 return (cookie == ReadLink(path));
357 base::FilePath cookie = ReadLink(cookie_path);
395 PLOG(ERROR) << "readlink failed";
    [all...]

Completed in 185 milliseconds