| /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 | 192 temporary_directory: &Path, in make_metadata_file() 264 temporary_directory: &Path, in make_payload_disk() 465 temporary_directory: &Path, in add_microdroid_payload_images()
|
| D | dt_overlay.rs | 54 dt_path: Option<&'a Path>, in create_device_tree_overlay()
|
| D | aidl.rs | 690 temporary_directory: &Path, in maybe_create_device_tree_overlay() 808 zero_filler_path: &Path, in assemble_disk_image() 809 temporary_directory: &Path, in assemble_disk_image() 899 temporary_directory: &Path, in load_app_config() 1057 temporary_directory: &Path, in make_composite_image_filenames() 1867 path: &Path, in test_extract_os_name_from_config_path()
|
| /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/vm/src/ |
| D | create_idsig.rs | 26 apk: &Path, in command_create_idsig() 27 idsig: &Path, in command_create_idsig()
|
| D | run.rs | 291 console_out_path: Option<&Path>, in run() 292 console_in_path: Option<&Path>, in run() 293 log_path: Option<&Path>, in run() 340 fn parse_extra_apk_list(apk: &Path, config_path: &str) -> Result<Vec<PathBuf>, Error> { in parse_extra_apk_list()
|
| D | create_partition.rs | 28 image_path: &Path, in command_create_partition()
|
| /packages/modules/Virtualization/encryptedstore/src/ |
| D | main.rs | 75 fn encryptedstore_init(blkdevice: &Path, key: &str, mountpoint: &Path) -> Result<()> { in encryptedstore_init() 112 fn enable_crypt(data_device: &Path, key: &str, name: &str) -> Result<PathBuf> { in enable_crypt() 176 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() 488 fn start_fuse(zip_path: &Path, mnt_path: &Path, opt: Options) { in start_fuse() 497 fn start_fuse(zip_path: &Path, mnt_path: &Path, opt: Options) { in start_fuse() 536 fn run_test(add: fn(&mut zip::ZipWriter<File>), check: fn(&std::path::Path)) { in run_test() 543 check: fn(&std::path::Path), in run_test_with_options() 571 fn check_file(root: &Path, file: &str, content: &[u8]) { in check_file() 587 fn check_dir<S: AsRef<str>>(root: &Path, dir: &str, files: &[S], dirs: &[S]) { in check_dir() 796 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 | 77 idsig: &Path, 78 idsig_manifest_apk: &Path, 79 idsig_manifest_ext_apk: &Path, 225 idsig_path: &Path, in prepare_idsig()
|
| /packages/modules/Virtualization/virtualizationmanager/fsfdt/src/ |
| D | lib.rs | 27 fn from_fs(fs_path: &Path, fdt_buffer: &'a mut [u8]) -> Result<&'a mut Self>; in from_fs() 34 fn from_fs(fs_path: &Path, fdt_buffer: &'a mut [u8]) -> Result<&'a mut Fdt> { in from_fs()
|
| /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 | 143 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 | 187 fn create_block_aligned_file(path: &Path, data: &[u8]) { in create_block_aligned_file() 197 fn prepare_inputs(test_dir: &Path, apk: &[u8], idsig: &[u8]) -> (PathBuf, PathBuf) { in prepare_inputs()
|
| /packages/modules/Virtualization/libs/devicemapper/src/ |
| D | lib.rs | 262 fn prepare_tmpfile(test_dir: &Path, filename: &str, sz: u64) -> PathBuf { in prepare_tmpfile() 269 fn write_to_dev(path: &Path, data: &[u8]) { in write_to_dev()
|
| D | loopdevice.rs | 165 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 | 106 pub fn data_device(&mut self, p: &'a Path, size: u64) -> &mut Self { in data_device()
|
| /packages/modules/Virtualization/microdroid_manager/src/ |
| D | main.rs | 563 zip_path: &Path, in mount() 564 mount_dir: &Path, in mount()
|
| /packages/modules/Virtualization/libs/dice/driver/src/ |
| D | lib.rs | 67 pub fn new(driver_path: &Path, is_strict_boot: bool) -> Result<Self> { in new()
|
| /packages/modules/Virtualization/libs/vmconfig/src/ |
| D | lib.rs | 192 pub fn open_parcel_file(filename: &Path, writable: bool) -> Result<ParcelFileDescriptor> { in open_parcel_file()
|