/device/google/cuttlefish_vmm/qemu/scripts/ |
D | rebuild.py | 20 from pathlib import Path 37 def copy_file(src: Path, dst: Path) -> None: argument 48 build_dir: Path, argument 49 install_dir: Path, argument 50 prebuilts_dir: Path, argument 51 clang_dir: Path, argument 61 cargo_path = Path(env["HOME"]) / ".cargo" / "bin" 119 build_dir: Path | None, 163 build_dir: Path | None = None, 203 def __init__(self, build_dir: Path, top_dir: Path, target_arch: Architecture): argument [all …]
|
/device/google/cuttlefish_vmm/ |
D | gen_android_bp.py | 34 from pathlib import Path 43 return Path(__file__).name 52 def dir(self) -> Path: 54 return Path(f"{self.name.lower()}-linux-gnu") 58 Value: TypeAlias = str | Path | bool | list["Value"] 69 elif isinstance(value, Path): 95 def update_generated_section(file_path: Path, tag: str, content: str): argument 164 def gen_android_bp4seccomp(path: Path, arch: Architecture): argument 168 subdir = Path("etc/seccomp") 186 def crosvm_binaries(arch: Architecture) -> Iterator[Path]: [all …]
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/ |
D | tests.rs | 3 use std::path::Path; 140 Path::new("/project/target/debug/build/project-ea75983148559682/out"), in dir_does_not_contain_target() 149 Path::new( in dir_does_contain_target() 160 Path::new("/project/custom/debug/build/project-ea75983148559682/out"), in dir_does_not_contain_target_with_custom_target_dir() 169 Path::new( in dir_does_contain_target_with_custom_target_dir()
|
D | lib.rs | 66 use std::path::{Path, PathBuf}; 394 dir: &Path, in dir_contains_target() argument 414 fn rustflags(target: &Option<OsString>, dir: &Path) -> Vec<String> { in rustflags()
|
D | version.rs | 1 use std::path::Path; 25 pub fn from_rustc(rustc: &Path) -> Result<Self, Error> { in from_rustc()
|
/device/google/cuttlefish/host/commands/append_squashfs_overlay/src/ |
D | main.rs | 21 use std::path::{Path, PathBuf}; 41 fn merge_fs(src: &Path, overlay: &Path, dest: &Path, overwrite: bool) -> Result<()> { in merge_fs() argument
|
/device/google/trout/agl_services_build/ |
D | CMakeLists.txt | 6 CACHE PATH "Path of static libraries.") 8 CACHE PATH "Path of dynamic libraries.") 10 CACHE PATH "Path of executables.")
|
/device/google/common/etm/ |
D | update.py | 23 from pathlib import Path 58 install_dir = Path(install_dir)
|
/device/google/cuttlefish/tests/utils/src/com/android/cuttlefish/tests/utils/ |
D | CuttlefishControlLocalRunner.java | 26 import java.nio.file.Path; 62 this.runtimeDirectoryPath = Path.of(configPath.get()).getParent().toString(); in CuttlefishControlLocalRunner()
|
/device/google/cuttlefish/host/commands/secure_env/rust/ |
D | sdd.rs | 59 if path::Path::new(SECURE_DELETION_DATA_FILE).exists() { in init() 182 if path::Path::new(SECURE_DELETION_DATA_FILE).exists() { in delete_all()
|
D | lib.rs | 274 std::path::Path::new(file).file_name().unwrap_or(std::ffi::OsStr::new("(no file)")); in log()
|
/device/google/cuttlefish/host/libs/config/ |
D | config_flag.cpp | 52 const std::string& Path() override { return path_; } in Path() function in cuttlefish::__anond736753f0111::SystemImageDirFlagImpl 181 android::base::Split(system_image_dir_flag_.Path(), ",")[0] + in FindAndroidInfoConfig()
|
D | config_flag.h | 28 virtual const std::string& Path() = 0;
|
/device/google/cuttlefish/guest/hals/nfc/src/ |
D | nfc.rs | 30 use std::path::Path; 144 pub async fn new(dev_path: &Path) -> NfcService { in new()
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/ |
D | lib.rs | 739 let path = std::path::Path::new(part); in parse_libs_cflags() 880 use std::path::Path; in system_library_mac_test() 905 if Path::new("/usr/local/lib/libpng16.a").exists() { in system_library_mac_test()
|
/device/amlogic/yukawa/board-info/ |
D | README | 26 $ cd <Path-to-AOSP>; rm out/target/product/yukawa/boot.img out/target/product/yukawa/kernel
|
/device/google/atv/products/lowram_boot_profiles/ |
D | boot-image-profile.txt | 2145 Landroid/graphics/Path$Direction; 2146 Landroid/graphics/Path$FillType; 2147 Landroid/graphics/Path$Op; 2148 Landroid/graphics/Path; 6650 Landroid/provider/DocumentsContract$Path$1; 6651 Landroid/provider/DocumentsContract$Path; 14038 Lgov/nist/javax/sip/header/ims/Path; 14901 Ljava/nio/file/Path; 16974 [Landroid/graphics/Path$Direction; 16975 [Landroid/graphics/Path$FillType; [all …]
|
D | preloaded-classes | 87 [Landroid.graphics.Path$Direction; 88 [Landroid.graphics.Path$FillType; 89 [Landroid.graphics.Path$Op; 2852 android.graphics.Path 2853 android.graphics.Path$Direction 2854 android.graphics.Path$FillType 2855 android.graphics.Path$Op 7315 android.provider.DocumentsContract$Path 7316 android.provider.DocumentsContract$Path$1 14686 gov.nist.javax.sip.header.ims.Path [all …]
|