Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dstorage.cpp43 devices_lock_path_ = home_fastboot_path + kPathSeparator + "devices.lock"; in ConnectedDevicesStorage()
66 return FileLock(devices_lock_path_); in Lock()
H A Dstorage.h35 std::string devices_lock_path_; variable