Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 18 of 18) sorted by relevance

/device/google/cuttlefish_vmm/qemu/scripts/
Drebuild.py20 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/
Dgen_android_bp.py34 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/
Dtests.rs3 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()
Dlib.rs66 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()
Dversion.rs1 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/
Dmain.rs21 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/
DCMakeLists.txt6 CACHE PATH "Path of static libraries.")
8 CACHE PATH "Path of dynamic libraries.")
10 CACHE PATH "Path of executables.")
/device/google/common/etm/
Dupdate.py23 from pathlib import Path
58 install_dir = Path(install_dir)
/device/google/cuttlefish/tests/utils/src/com/android/cuttlefish/tests/utils/
DCuttlefishControlLocalRunner.java26 import java.nio.file.Path;
62 this.runtimeDirectoryPath = Path.of(configPath.get()).getParent().toString(); in CuttlefishControlLocalRunner()
/device/google/cuttlefish/host/commands/secure_env/rust/
Dsdd.rs59 if path::Path::new(SECURE_DELETION_DATA_FILE).exists() { in init()
182 if path::Path::new(SECURE_DELETION_DATA_FILE).exists() { in delete_all()
Dlib.rs274 std::path::Path::new(file).file_name().unwrap_or(std::ffi::OsStr::new("(no file)")); in log()
/device/google/cuttlefish/host/libs/config/
Dconfig_flag.cpp52 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()
Dconfig_flag.h28 virtual const std::string& Path() = 0;
/device/google/cuttlefish/guest/hals/nfc/src/
Dnfc.rs30 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/
Dlib.rs739 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/
DREADME26 $ cd <Path-to-AOSP>; rm out/target/product/yukawa/boot.img out/target/product/yukawa/kernel
/device/google/atv/products/lowram_boot_profiles/
Dboot-image-profile.txt2145 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 …]
Dpreloaded-classes87 [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 …]