| /packages/modules/Virtualization/vm/src/ |
| D | run.rs | 47 apk: &Path, in command_run_app() 48 idsig: &Path, in command_run_app() 49 instance: &Path, in command_run_app() 50 storage: Option<&Path>, in command_run_app() 54 console_path: Option<&Path>, in command_run_app() 55 log_path: Option<&Path>, in command_run_app() 182 storage: Option<&Path>, in command_run_microdroid() 184 console_path: Option<&Path>, in command_run_microdroid() 185 log_path: Option<&Path>, in command_run_microdroid() 231 config_path: &Path, in command_run() [all …]
|
| D | create_idsig.rs | 26 apk: &Path, in command_create_idsig() 27 idsig: &Path, in command_create_idsig()
|
| D | create_partition.rs | 28 image_path: &Path, in command_create_partition()
|
| /packages/modules/Virtualization/virtualizationmanager/src/ |
| D | composite.rs | 33 zero_filler_path: &Path, in make_composite_image() 34 output_path: &Path, in make_composite_image() 35 header_path: &Path, in make_composite_image() 36 footer_path: &Path, in make_composite_image()
|
| D | payload.rs | 194 temporary_directory: &Path, in make_metadata_file() 264 temporary_directory: &Path, in make_payload_disk() 441 temporary_directory: &Path, in add_microdroid_payload_images()
|
| D | aidl.rs | 512 zero_filler_path: &Path, in assemble_disk_image() 513 temporary_directory: &Path, in assemble_disk_image() 564 temporary_directory: &Path, in load_app_config() 655 temporary_directory: &Path, in make_composite_image_filenames()
|
| D | crosvm.rs | 682 crosvm_control_socket_path: &Path, in run_vm()
|
| /packages/modules/Virtualization/authfs/src/file/ |
| D | dir.rs | 79 basename: &Path, in create_file() 102 basename: &Path, in mkdir() 170 fn force_delete_entry(&mut self, basename: &Path, expect_dir: bool) -> io::Result<Inode> { in force_delete_entry() 189 fn validate_arguments(&self, basename: &Path, mode: u32) -> io::Result<u32> { in validate_arguments() 222 pub fn add_dir(&mut self, basename: &Path, inode: Inode) -> io::Result<()> { in add_dir() 228 pub fn add_file(&mut self, basename: &Path, inode: Inode) -> io::Result<()> { in add_file() 232 fn add_entry(&mut self, basename: &Path, dir_entry: InodeInfo) -> io::Result<()> { in add_entry()
|
| D | remote_file.rs | 55 related_path: &Path, in new_by_path()
|
| /packages/modules/Virtualization/encryptedstore/src/ |
| D | main.rs | 65 fn encryptedstore_init(blkdevice: &Path, key: &str, mountpoint: &Path) -> Result<()> { in encryptedstore_init() 89 fn enable_crypt(data_device: &Path, key: &str, name: &str) -> Result<PathBuf> { in enable_crypt() 146 fn mount(source: &Path, mountpoint: &Path) -> Result<()> { in mount()
|
| /packages/modules/Virtualization/zipfuse/src/ |
| D | main.rs | 84 zip_file: &Path, in run_fuse() 85 mount_point: &Path, in run_fuse() 166 fn new(zip_file: &Path, uid: u32, gid: u32) -> Result<ZipFuse> { in new() 486 fn start_fuse(zip_path: &Path, mnt_path: &Path, opt: Options) { in start_fuse() 495 fn start_fuse(zip_path: &Path, mnt_path: &Path, opt: Options) { in start_fuse() 534 fn run_test(add: fn(&mut zip::ZipWriter<File>), check: fn(&std::path::Path)) { in run_test() 541 check: fn(&std::path::Path), in run_test_with_options() 569 fn check_file(root: &Path, file: &str, content: &[u8]) { in check_file() 585 fn check_dir<S: AsRef<str>>(root: &Path, dir: &str, files: &[S], dirs: &[S]) { in check_dir() 794 fn run_fuse_and_check_test_zip(test_dir: &Path, zip_path: &Path) { in run_fuse_and_check_test_zip()
|
| /packages/modules/Virtualization/compos/common/ |
| D | compos_client.rs | 75 idsig: &Path, in start() 76 idsig_manifest_apk: &Path, in start() 77 idsig_manifest_ext_apk: &Path, in start() 207 idsig_path: &Path, in prepare_idsig()
|
| /packages/modules/Virtualization/authfs/src/fusefs/ |
| D | mount.rs | 37 mountpoint: &Path, in mount_and_enter_message_loop()
|
| /packages/modules/Virtualization/compos/src/ |
| D | compilation.rs | 73 odrefresh_path: &Path, in odrefresh() 229 fn spawn_jailed_task(executable: &Path, args: &[String], env_vars: &[String]) -> Result<Minijail> { in spawn_jailed_task()
|
| D | compsvc.rs | 149 fn add_artifacts(target_dir: &Path, artifact_signer: &mut ArtifactSigner) -> Result<()> { in add_artifacts()
|
| /packages/apps/Gallery2/src/com/android/gallery3d/data/ |
| D | Path.java | 25 public class Path { class 34 private Path(Path parent, String segment) { in Path() method in Path
|
| /packages/modules/Virtualization/apkdmverity/src/ |
| D | main.rs | 176 fn create_block_aligned_file(path: &Path, data: &[u8]) { in create_block_aligned_file() 186 fn prepare_inputs(test_dir: &Path, apk: &[u8], idsig: &[u8]) -> (PathBuf, PathBuf) { in prepare_inputs()
|
| /packages/modules/Virtualization/libs/devicemapper/src/ |
| D | lib.rs | 261 fn prepare_tmpfile(test_dir: &Path, filename: &str, sz: u64) -> PathBuf { in prepare_tmpfile() 268 fn write_to_dev(path: &Path, data: &[u8]) { in write_to_dev()
|
| D | loopdevice.rs | 168 fn create_empty_file(path: &Path, size: u64) { in create_empty_file()
|
| D | verity.rs | 86 pub fn data_device(&mut self, p: &'a Path, size: u64) -> &mut Self { in data_device()
|
| D | crypt.rs | 98 pub fn data_device(&mut self, p: &'a Path, size: u64) -> &mut Self { in data_device()
|
| /packages/modules/Virtualization/libs/vmconfig/src/ |
| D | lib.rs | 160 pub fn open_parcel_file(filename: &Path, writable: bool) -> Result<ParcelFileDescriptor> { in open_parcel_file()
|
| /packages/modules/Virtualization/authfs/src/ |
| D | fusefs.rs | 248 path: &Path, in add_entry_at_ro_dir_by_path() 343 F: FnOnce(&mut AuthFsEntry, &Path, Inode) -> io::Result<AuthFsEntry>, in create_new_entry_with_ref_count() 1070 fn cstr_to_path(cstr: &CStr) -> &Path { in cstr_to_path()
|
| /packages/modules/Virtualization/microdroid_manager/src/ |
| D | main.rs | 507 zip_path: &Path, in mount() 508 mount_dir: &Path, in mount()
|
| /packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
| D | gd_device.py | 369 …coverage_profdata_for_host(self, backing_process_profraw_path, profdata_path: pathlib.Path, label):
|