Searched refs:dir_name (Results 1 – 3 of 3) sorted by relevance
/device/google/cuttlefish_vmm/qemu/scripts/ |
D | rebuild.py | 762 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/ |
D | mk_qemu_image.sh | 18 dir_name=$(dirname $srcimg) 19 target=${dir_name}/$label-qemu.img
|
/device/google/cuttlefish/host/commands/process_sandboxer/ |
D | pidfd.cpp | 143 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()
|