Home
last modified time | relevance | path

Searched defs:static_path (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs113 let static_path = Path::new("/home/foo"); in into() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs113 let static_path = Path::new("/home/foo"); in into() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs113 let static_path = Path::new("/home/foo"); in into() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs113 let static_path = Path::new("/home/foo"); in into() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs113 let static_path = Path::new("/home/foo"); in into() localVariable
/aosp_15_r20/system/update_engine/aosp/
H A Ddynamic_partition_control_android.cc1228 auto static_path = GetStaticDevicePath(device_dir, partition_name_suffix); in GetPartitionDevice() local