/aosp_15_r20/system/security/keystore2/tests/legacy_blobs/ |
H A D | keystore2_legacy_blob_tests.rs | 133 let path_buf = PathBuf::from("/data/misc/keystore/user_99"); in keystore2_encrypted_characteristics() localVariable 168 let mut path_buf = PathBuf::from("/data/misc/keystore/user_99"); in keystore2_encrypted_characteristics() localVariable 177 let mut path_buf = PathBuf::from("/data/misc/keystore/user_99"); in keystore2_encrypted_characteristics() localVariable 188 let mut path_buf = PathBuf::from("/data/misc/keystore/user_99"); in keystore2_encrypted_characteristics() localVariable 195 let mut path_buf = PathBuf::from("/data/misc/keystore/user_99"); in keystore2_encrypted_characteristics() localVariable 203 let mut path_buf = PathBuf::from("/data/misc/keystore/user_99"); in keystore2_encrypted_characteristics() localVariable 335 let path_buf = PathBuf::from("/data/misc/keystore/user_99"); in keystore2_encrypted_characteristics() localVariable 376 let path_buf = PathBuf::from("/data/misc/keystore/user_98"); in keystore2_encrypted_certificates() localVariable 411 let mut path_buf = PathBuf::from("/data/misc/keystore/user_98"); in keystore2_encrypted_certificates() localVariable 420 let mut path_buf = PathBuf::from("/data/misc/keystore/user_98"); in keystore2_encrypted_certificates() localVariable [all …]
|
/aosp_15_r20/trusty/user/app/storage/ |
D | client.c | 363 char path_buf[FS_PATH_MAX]; in storage_file_delete() local 446 char path_buf[FS_PATH_MAX]; in storage_file_move() local 545 char path_buf[FS_PATH_MAX]; in storage_file_open() local 942 char path_buf[FS_PATH_MAX]; in storage_file_list() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/path/ |
H A D | tests.rs | 1667 let path_buf = path.to_owned().into_boxed_path().into_path_buf(); localVariable 1675 let mut path_buf = PathBuf::from("supercalifragilisticexpialidocious"); localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/path/ |
H A D | tests.rs | 1667 let path_buf = path.to_owned().into_boxed_path().into_path_buf(); localVariable 1675 let mut path_buf = PathBuf::from("supercalifragilisticexpialidocious"); localVariable
|
/aosp_15_r20/external/ltp/lib/ |
H A D | tst_kconfig.c | 31 static const char *kconfig_path(char *path_buf, size_t path_buf_len) in kconfig_path() 82 char path_buf[1024]; in open_kconfig() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/path/ |
H A D | tests.rs | 1786 let path_buf = path.to_owned().into_boxed_path().into_path_buf(); localVariable 1794 let mut path_buf = PathBuf::from("supercalifragilisticexpialidocious"); localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/path/ |
H A D | tests.rs | 1786 let path_buf = path.to_owned().into_boxed_path().into_path_buf(); localVariable 1794 let mut path_buf = PathBuf::from("supercalifragilisticexpialidocious"); localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/path/ |
H A D | tests.rs | 1786 let path_buf = path.to_owned().into_boxed_path().into_path_buf(); localVariable 1794 let mut path_buf = PathBuf::from("supercalifragilisticexpialidocious"); localVariable
|
/aosp_15_r20/external/cronet/base/ |
H A D | base_paths_win.cc | 151 base::win::ScopedCoMem<wchar_t> path_buf; in PathProviderWin() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/camino/src/ |
D | tests.rs | 52 let mut path_buf = Utf8PathBuf::from("foobar"); in test_deref_mut() localVariable
|
/aosp_15_r20/external/rust/crabbyavif/sys/ndk-sys/ |
D | build.rs | 20 fn path_buf(inputs: &[&str]) -> PathBuf { in path_buf() function
|
/aosp_15_r20/external/rust/crabbyavif/sys/libgav1-sys/ |
D | build.rs | 21 fn path_buf(inputs: &[&str]) -> PathBuf { in path_buf() function
|
/aosp_15_r20/external/rust/crabbyavif/sys/libyuv-sys/ |
D | build.rs | 21 fn path_buf(inputs: &[&str]) -> PathBuf { in path_buf() function
|
/aosp_15_r20/external/dtc/fuzzing/ |
H A D | libfdt_fuzzer.c | 93 char path_buf[64]; in walk_device_tree() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/snapshot_util_cvd/ |
D | parse.cc | 63 Flag SnapshotPathFlag(std::string& path_buf) { in SnapshotPathFlag()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/unix/ |
D | tempdir.rs | 65 let mut path_buf = path.canonicalize().unwrap(); in new_in() localVariable
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | uprobe_helpers.c | 59 char path_buf[1024]; in get_pid_lib_path() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/ |
D | tempfile.rs | 131 let mut path_buf = path.canonicalize().unwrap(); in new_in() localVariable
|
/aosp_15_r20/system/libufdt/tests/libufdt_verify/ |
H A D | ufdt_test_overlay.cpp | 144 char path_buf[1024]; in ufdt_combine_fixup() local
|
/aosp_15_r20/system/extras/ANRdaemon/ |
H A D | ANRdaemon.cpp | 246 char path_buf[path_buf_size]; in dump_trace() local
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 1818 char path_buf[WPAS_DBUS_OBJECT_PATH_MAX], *path = path_buf; in wpas_dbus_handler_add_cred() local 2169 char path_buf[WPAS_DBUS_OBJECT_PATH_MAX], *path = path_buf; in wpas_dbus_handler_add_network() local 4185 char path_buf[WPAS_DBUS_OBJECT_PATH_MAX], *bss_obj_path = path_buf; in wpas_dbus_getter_current_bss() local 4213 char path_buf[WPAS_DBUS_OBJECT_PATH_MAX], *net_obj_path = path_buf; in wpas_dbus_getter_current_network() local
|
H A D | dbus_new_handlers_p2p.c | 1418 char path_buf[WPAS_DBUS_OBJECT_PATH_MAX]; in wpas_dbus_getter_p2p_group() local 2184 char path_buf[WPAS_DBUS_OBJECT_PATH_MAX], *path = path_buf; in wpas_dbus_handler_add_persistent_group() local
|
/aosp_15_r20/packages/modules/Virtualization/android/fd_server/src/ |
D | aidl.rs | 260 let path_buf = PathBuf::from(file_path); in openFileInDirectory() localVariable
|
/aosp_15_r20/system/libufdt/ |
H A D | ufdt_overlay.c | 134 char path_buf[1024]; in ufdt_get_fixup_location() local
|
/aosp_15_r20/external/bpftool/src/ |
H A D | link.c | 971 char path_buf[PATH_MAX]; in do_show_link() local
|