Searched refs:devices_lock_path_ (Results 1 – 2 of 2) sorted by relevance
43 devices_lock_path_ = home_fastboot_path + kPathSeparator + "devices.lock"; in ConnectedDevicesStorage()66 return FileLock(devices_lock_path_); in Lock()
35 std::string devices_lock_path_; variable