/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/ |
H A D | device_utils.py | 380 def _IterPushableComponents(host_path, device_path): argument 2231 def FileExists(self, device_path, timeout=None, retries=None): argument 2278 device_path, argument 2325 def _CopyToReadableLocation(self, device_path): argument 2346 device_path, argument 2379 def _ReadFileWithPull(self, device_path): argument 2392 device_path, argument 2439 def _WriteFileWithPush(self, device_path, contents): argument 2447 device_path, argument 2493 def _ParseLongLsOutput(self, device_path, as_root=False, **kwargs): argument [all …]
|
/aosp_15_r20/external/angle/src/tests/py_utils/ |
H A D | android_helper.py | 210 def _ReadDeviceFile(device_path): argument 217 def _RemoveDeviceFile(device_path): argument 284 def _CompareHashes(local_path, device_path): argument 372 def _HashesMatch(local_path, device_path): argument
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_host/ |
H A D | host.cc | 32 const std::string& device_path, in BtHostComponent() 52 async_dispatcher_t* dispatcher, const std::string& device_path) { in Create() 60 async_dispatcher_t* dispatcher, const std::string& device_path) { in CreateForTesting()
|
H A D | util.cc | 27 CreateVendorHandle(const std::string& device_path) { in CreateVendorHandle()
|
H A D | host.h | 62 std::string device_path() { return device_path_; } in device_path() function
|
/aosp_15_r20/external/libcups/scheduler/ |
H A D | colorman.c | 901 const char *device_path; /* Device object path */ in colord_create_device() local 1113 char *device_path; /* Device object path */ in colord_delete_device() local 1171 const char *device_path, /* I - Device object path */ in colord_device_add_profile() 1252 char *device_path = NULL; /* Device object path */ in colord_find_device() local
|
/aosp_15_r20/external/coreboot/src/include/device/ |
H A D | path.h | 131 struct device_path { struct 132 enum device_path_type type; argument 156 extern const char *dev_path_name(enum device_path_type type); argument
|
/aosp_15_r20/external/skia/infra/bots/recipe_modules/flavor/ |
H A D | chromebook.py | 46 def copy_directory_contents_to_device(self, host_path, device_path): argument 49 def copy_directory_contents_to_host(self, device_path, host_path): argument
|
H A D | ssh.py | 69 def scp_device_path(self, device_path): argument 72 def copy_file_to_device(self, host_path, device_path): argument
|
H A D | api.py | 86 def copy_file_to_device(self, host_path, device_path): argument 126 host_path, device_path): argument
|
/aosp_15_r20/external/cpuinfo/scripts/ |
H A D | android-device-dump.py | 252 def adb_push(local_path, device_path): argument 260 def adb_pull(device_path, local_path): argument
|
/aosp_15_r20/device/google/cuttlefish/guest/commands/v4l2_streamer/ |
D | v4l2_helpers.cpp | 90 Result<SharedFD> V4l2InitDevice(const std::string& device_path, int format, in V4l2InitDevice() 138 Result<void> V4l2StreamFile(const std::string& device_path, in V4l2StreamFile()
|
/aosp_15_r20/frameworks/base/tests/FsVerityTest/block_device_writer/ |
H A D | block_device_writer.cpp | 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()
|
/aosp_15_r20/packages/modules/Virtualization/libs/devicemapper/src/ |
D | crypt.rs | 84 device_path: Option<&'a Path>, field 147 let device_path = self in build() localVariable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/filesystems/binderfs/ |
H A D | binderfs_test.c | 64 device_path[sizeof(P_tmpdir "/binderfs_XXXXXX/") + BINDERFS_MAX_NAME]; in __do_binderfs_test() local 396 device_path[sizeof(P_tmpdir "/binderfs_XXXXXX/") + BINDERFS_MAX_NAME]; in TEST() local
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/ |
H A D | v4l2_wrapper.cpp | 53 V4L2Wrapper* V4L2Wrapper::NewV4L2Wrapper(const std::string device_path) { in NewV4L2Wrapper() 57 V4L2Wrapper::V4L2Wrapper(const std::string device_path) in V4L2Wrapper()
|
/aosp_15_r20/system/apex/apexd/ |
H A D | apexd_loop.cpp | 79 Result<void> ConfigureScheduler(const std::string& device_path) { in ConfigureScheduler() 251 Result<void> ConfigureReadAhead(const std::string& device_path) { in ConfigureReadAhead()
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/examples/vicodec_test/ |
D | main.rs | 62 let device_path = matches.value_of("device").unwrap_or("/dev/video0"); in main() localVariable
|
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/ |
H A D | fixtures.h | 76 static std::string device_path; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/ |
D | mod.rs | 9 pub mod device_path; module
|
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/ |
D | mod.rs | 9 pub mod device_path; module
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/ |
H A D | collectives_common.cc | 77 std::string device_path = in DeviceTypeFromMesh() local
|
/aosp_15_r20/external/angle/build/android/pylib/utils/ |
H A D | device_dependencies.py | 150 def SubstituteDeviceRootSingle(device_path, device_root): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/debug/ |
H A D | debug_node_key.h | 46 const string device_path; member
|
/aosp_15_r20/external/libbrillo/brillo/blkdev_utils/ |
H A D | loop_device_fake.cc | 27 int ParseLoopDeviceNumber(const base::FilePath& device_path) { in ParseLoopDeviceNumber()
|