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

  /external/chromium/chrome/browser/importer/
firefox_profile_lock_unittest.cc 40 FilePath lock_file_path = test_path; local
41 FileAutoDeleter deleter(lock_file_path);
42 lock_file_path = lock_file_path.Append(FirefoxProfileLock::kLockFileName);
46 EXPECT_FALSE(file_util::PathExists(lock_file_path));
49 EXPECT_TRUE(file_util::PathExists(lock_file_path));
55 EXPECT_FALSE(file_util::PathExists(lock_file_path));
59 EXPECT_TRUE(file_util::PathExists(lock_file_path));
66 EXPECT_FALSE(file_util::PathExists(lock_file_path));
76 FilePath lock_file_path = test_path local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
file_lock.py 40 def __init__(self, lock_file_path, max_wait_time_sec=20):
41 self._lock_file_path = lock_file_path

Completed in 326 milliseconds