Searched defs:device_path (Results 1 – 12 of 12) sorted by relevance
76 static std::string device_path; variable
275 std::string FastBootTest::device_path = ""; member in fastboot::FastBootTest
139 int read_block_from_device(const char* device_path, uint64_t block_offset, in read_block_from_device()158 int write_block_to_device(const char* device_path, uint64_t block_offset, in write_block_to_device()
54 char device_path[256]; member
50 std::string device_path = fstab_entry.blk_device; in LoadAndVerifyVbmeta() local
158 std::string device_path; in GetLogicalPath() local
212 auto device_path = custom_device_path ? custom_device_path : android_by_name_symlink; in LoadAndVerifyVbmeta() local
531 const char *device_path = "/dev/input"; in getevent_main() local
194 auto device_path = GetDevicePathForFile(fw.get()); in CreateBackingImage() local
831 bool MountScratch(const std::string& device_path, bool readonly = false) { in MountScratch()
2013 static bool ConfigureIoScheduler(const std::string& device_path) { in ConfigureIoScheduler()
4112 std::string* device_path) { in GetMappedImageDevicePath()