Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils.py380 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 Dandroid_helper.py210 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 Dhost.cc32 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 Dutil.cc27 CreateVendorHandle(const std::string& device_path) { in CreateVendorHandle()
H A Dhost.h62 std::string device_path() { return device_path_; } in device_path() function
/aosp_15_r20/external/libcups/scheduler/
H A Dcolorman.c901 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 Dpath.h131 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 Dchromebook.py46 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 Dssh.py69 def scp_device_path(self, device_path): argument
72 def copy_file_to_device(self, host_path, device_path): argument
H A Dapi.py86 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 Dandroid-device-dump.py252 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/
Dv4l2_helpers.cpp90 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 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()
/aosp_15_r20/packages/modules/Virtualization/libs/devicemapper/src/
Dcrypt.rs84 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 Dbinderfs_test.c64 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 Dv4l2_wrapper.cpp53 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 Dapexd_loop.cpp79 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/
Dmain.rs62 let device_path = matches.value_of("device").unwrap_or("/dev/video0"); in main() localVariable
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dfixtures.h76 static std::string device_path; variable
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/
Dmod.rs9 pub mod device_path; module
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/
Dmod.rs9 pub mod device_path; module
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dcollectives_common.cc77 std::string device_path = in DeviceTypeFromMesh() local
/aosp_15_r20/external/angle/build/android/pylib/utils/
H A Ddevice_dependencies.py150 def SubstituteDeviceRootSingle(device_path, device_root): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/debug/
H A Ddebug_node_key.h46 const string device_path; member
/aosp_15_r20/external/libbrillo/brillo/blkdev_utils/
H A Dloop_device_fake.cc27 int ParseLoopDeviceNumber(const base::FilePath& device_path) { in ParseLoopDeviceNumber()

12345