Home
last modified time | relevance | path

Searched refs:dir_name (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_vmm/qemu/scripts/
Drebuild.py762 dir_name = Path("googletest")
763 build.make_subdir(dir_name)
767 build.third_party_dir / dir_name,
769 build.run(cmd_args, dir_name)
770 build.run_make_build(dir_name)
771 build.run_make_install(dir_name, use_DESTDIR=False)
780 dir_name = Path("aemu")
781 build.make_subdir(dir_name)
789 build.third_party_dir / dir_name,
791 build.run(cmd_args, dir_name)
[all …]
/device/generic/goldfish/tools/
Dmk_qemu_image.sh18 dir_name=$(dirname $srcimg)
19 target=${dir_name}/$label-qemu.img
/device/google/cuttlefish/host/commands/process_sandboxer/
Dpidfd.cpp143 std::string dir_name = absl::StrFormat("/proc/%d/fd", pid_); in AllFds() local
144 std::unique_ptr<DIR, int (*)(DIR*)> dir(opendir(dir_name.c_str()), closedir); in AllFds()
156 std::string error = absl::StrFormat("'%v/%v' not an int", dir_name, name); in AllFds()