Home
last modified time | relevance | path

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

/system/core/fastboot/
Dstorage.cpp28 devices_path_ = home_fastboot_path_ + kPathSeparator + "devices"; in ConnectedDevicesStorage()
39 return FileExists(devices_path_); in Exists()
43 std::ofstream devices_stream(devices_path_); in WriteDevices()
49 std::ifstream devices_stream(devices_path_); in ReadDevices()
56 if (!android::base::RemoveFileIfExists(devices_path_)) { in Clear()
57 LOG(FATAL) << "Failed to clear connected device list: " << devices_path_; in Clear()
Dstorage.h36 std::string devices_path_; variable