Searched refs:kLockFileName (Results 1 – 3 of 3) sorted by relevance
57 const FilePath::CharType* FirefoxProfileLock::kLockFileName = member in FirefoxProfileLock63 const FilePath::CharType* FirefoxProfileLock::kLockFileName = member in FirefoxProfileLock68 const FilePath::CharType* FirefoxProfileLock::kLockFileName = member in FirefoxProfileLock74 lock_file_ = path.Append(kLockFileName); in FirefoxProfileLock()
42 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()
85 static const FilePath::CharType* kLockFileName; variable