Searched refs:lock_file_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/importer/
H A Dfirefox_profile_lock_unittest.cc36 base::FilePath lock_file_path = local
41 EXPECT_FALSE(base::PathExists(lock_file_path));
44 EXPECT_TRUE(base::PathExists(lock_file_path));
50 EXPECT_FALSE(base::PathExists(lock_file_path));
54 EXPECT_TRUE(base::PathExists(lock_file_path));
61 EXPECT_FALSE(base::PathExists(lock_file_path));
69 base::FilePath lock_file_path = local
73 FILE* lock_file = base::OpenFile(lock_file_path, "w");
76 EXPECT_TRUE(base::PathExists(lock_file_path));
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_win.cc426 base::FilePath lock_file_path = user_data_dir_.AppendASCII(kLockfile); local
427 lock_file_ = ::CreateFile(lock_file_path.value().c_str(),

Completed in 94 milliseconds