Home
last modified time | relevance | path

Searched defs:lock_file_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/importer/
Dfirefox_profile_lock_unittest.cc40 FilePath lock_file_path = test_path; in TEST_F() local
76 FilePath lock_file_path = test_path; in TEST_F() local
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dfile_lock.py40 def __init__(self, lock_file_path, max_wait_time_sec=20): argument