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