Home
last modified time | relevance | path

Searched refs:devices_lock_path_ (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/
Dstorage.cpp35 devices_lock_path_ = home_fastboot_path_ + kPathSeparator + "devices.lock"; in ConnectedDevicesStorage()
65 return FileLock(devices_lock_path_); in Lock()
Dstorage.h37 std::string devices_lock_path_; variable