Home
last modified time | relevance | path

Searched refs:lock_file_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/
Dprocess_singleton_win.cc271 is_virtualized_(false), lock_file_(INVALID_HANDLE_VALUE), in ProcessSingleton()
276 if (lock_file_ != INVALID_HANDLE_VALUE) in ~ProcessSingleton()
277 ::CloseHandle(lock_file_); in ~ProcessSingleton()
284 if (lock_file_ == INVALID_HANDLE_VALUE && !remote_window_) { in NotifyOtherProcess()
426 lock_file_ = ::CreateFile(lock_file_path.value().c_str(), in Create()
435 LOG_IF(WARNING, lock_file_ != INVALID_HANDLE_VALUE && in Create()
437 LOG_IF(ERROR, lock_file_ == INVALID_HANDLE_VALUE) in Create()
440 if (lock_file_ != INVALID_HANDLE_VALUE) { in Create()
Dprocess_singleton.h131 HANDLE lock_file_; variable
/external/chromium/chrome/browser/importer/
Dfirefox_profile_lock_posix.cc71 old_lock_file_ = lock_file_.DirName().Append(kOldLockFileName); in Lock()
96 lock_fd_ = open(lock_file_.value().c_str(), O_WRONLY | O_CREAT | O_TRUNC, in LockWithFcntl()
Dfirefox_profile_lock_win.cc61 lock_handle_ = CreateFile(lock_file_.value().c_str(), in Lock()
Dfirefox_profile_lock.h91 FilePath lock_file_; variable
Dfirefox_profile_lock.cc74 lock_file_ = path.Append(kLockFileName); in FirefoxProfileLock()
/external/chromium_org/chrome/browser/importer/
Dfirefox_profile_lock_posix.cc71 old_lock_file_ = lock_file_.DirName().Append(kOldLockFileName); in Lock()
96 lock_fd_ = open(lock_file_.value().c_str(), O_WRONLY | O_CREAT | O_TRUNC, in LockWithFcntl()
Dfirefox_profile_lock_win.cc61 lock_handle_ = CreateFile(lock_file_.value().c_str(), in Lock()
Dfirefox_profile_lock.h90 base::FilePath lock_file_; variable
Dfirefox_profile_lock.cc74 lock_file_ = path.Append(kLockFileName); in FirefoxProfileLock()