Home
last modified time | relevance | path

Searched refs:kLockFileName (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/importer/
Dfirefox_profile_lock.cc57 const FilePath::CharType* FirefoxProfileLock::kLockFileName = member in FirefoxProfileLock
63 const FilePath::CharType* FirefoxProfileLock::kLockFileName = member in FirefoxProfileLock
68 const FilePath::CharType* FirefoxProfileLock::kLockFileName = member in FirefoxProfileLock
74 lock_file_ = path.Append(kLockFileName); in FirefoxProfileLock()
Dfirefox_profile_lock_unittest.cc42 lock_file_path = lock_file_path.Append(FirefoxProfileLock::kLockFileName); in TEST_F()
78 lock_file_path = lock_file_path.Append(FirefoxProfileLock::kLockFileName); in TEST_F()
Dfirefox_profile_lock.h85 static const FilePath::CharType* kLockFileName; variable