Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dfixtures.h76 static std::string device_path; variable
Dfixtures.cpp275 std::string FastBootTest::device_path = ""; member in fastboot::FastBootTest
/system/core/fs_mgr/libfs_avb/
Dfs_avb_util.cpp50 std::string device_path = fstab_entry.blk_device; in LoadAndVerifyVbmeta() local
Davb_ops.cpp158 std::string device_path; in GetLogicalPath() local
Dfs_avb.cpp211 auto device_path = custom_device_path ? custom_device_path : android_by_name_symlink; in LoadAndVerifyVbmeta() local
/system/core/fastboot/
Dusb.h52 char device_path[256]; member
/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py190 def _pull_file_from_device(self, device_path, host_path): argument
/system/apex/apexd/
Dapexd_loop.cpp89 Result<void> ConfigureReadAhead(const std::string& device_path) { in ConfigureReadAhead()
/system/update_engine/cros/
Dboot_control_chromeos.cc323 base::FilePath device_path(device); in SysfsBlockDevice() local
/system/update_engine/payload_consumer/
Dpostinstall_runner_action_unittest.cc190 const string& device_path, in RunPostinstallAction()
/system/core/toolbox/
Dgetevent.c531 const char *device_path = "/dev/input"; in getevent_main() local
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp194 auto device_path = GetDevicePathForFile(fw.get()); in CreateBackingImage() local
/system/gsid/
Dgsi_service.cpp682 std::string device_path; in getAvbPublicKey() local
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp829 bool fs_mgr_overlayfs_mount_scratch(const std::string& device_path, const std::string mnt_type, in fs_mgr_overlayfs_mount_scratch()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp3599 std::string* device_path) { in GetMappedImageDevicePath()