Searched refs:lock_file_ (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/browser/ |
D | process_singleton_win.cc | 271 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()
|
D | process_singleton.h | 131 HANDLE lock_file_; variable
|
/external/chromium/chrome/browser/importer/ |
D | firefox_profile_lock_posix.cc | 71 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()
|
D | firefox_profile_lock_win.cc | 61 lock_handle_ = CreateFile(lock_file_.value().c_str(), in Lock()
|
D | firefox_profile_lock.h | 91 FilePath lock_file_; variable
|
D | firefox_profile_lock.cc | 74 lock_file_ = path.Append(kLockFileName); in FirefoxProfileLock()
|
/external/chromium_org/chrome/browser/importer/ |
D | firefox_profile_lock_posix.cc | 71 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()
|
D | firefox_profile_lock_win.cc | 61 lock_handle_ = CreateFile(lock_file_.value().c_str(), in Lock()
|
D | firefox_profile_lock.h | 90 base::FilePath lock_file_; variable
|
D | firefox_profile_lock.cc | 74 lock_file_ = path.Append(kLockFileName); in FirefoxProfileLock()
|