Home
last modified time | relevance | path

Searched defs:device_path (Results 1 – 12 of 12) sorted by relevance

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dfixtures.h76 static std::string device_path; variable
H A Dfixtures.cpp275 std::string FastBootTest::device_path = ""; member in fastboot::FastBootTest
/aosp14/frameworks/base/tests/ApkVerityTest/block_device_writer/
H A Dblock_device_writer.cpp139 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()
/aosp14/system/core/fastboot/
H A Dusb.h54 char device_path[256]; member
/aosp14/system/core/fs_mgr/libfs_avb/
H A Dfs_avb_util.cpp50 std::string device_path = fstab_entry.blk_device; in LoadAndVerifyVbmeta() local
H A Davb_ops.cpp158 std::string device_path; in GetLogicalPath() local
H A Dfs_avb.cpp212 auto device_path = custom_device_path ? custom_device_path : android_by_name_symlink; in LoadAndVerifyVbmeta() local
/aosp14/system/core/toolbox/
H A Dgetevent.c531 const char *device_path = "/dev/input"; in getevent_main() local
/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp194 auto device_path = GetDevicePathForFile(fw.get()); in CreateBackingImage() local
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp831 bool MountScratch(const std::string& device_path, bool readonly = false) { in MountScratch()
H A Dfs_mgr.cpp2013 static bool ConfigureIoScheduler(const std::string& device_path) { in ConfigureIoScheduler()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp4112 std::string* device_path) { in GetMappedImageDevicePath()