Searched refs:gen_dir (Results 1 - 14 of 14) sorted by relevance
/third_party/vulkan-loader/scripts/ |
H A D | generate_source.py | 62 gen_dir = temp_dir 65 gen_dir = repo_dir 74 cwd=gen_dir)
|
/third_party/flatbuffers/ |
H A D | install.py | 49 target_dir = os.path.join(args.gen_dir, "flatbuffers-2.0.0") 52 untar_file(tar_file_path, args.gen_dir)
|
/third_party/harfbuzz/ |
H A D | install.py | 75 target_dir = os.path.join(args.gen_dir, "harfbuzz-2.8.2") 77 untar_file(tar_file_path, args.gen_dir)
|
/third_party/libpng/ |
H A D | install.py | 82 target_dir = os.path.join(args.gen_dir, "libpng-1.6.38") 84 untar_file(tar_file_path, args.gen_dir)
|
/third_party/jsoncpp/ |
H A D | install.py | 28 tar_cmd = ['tar', '-zxvf', tar_file_path, '-C', args.gen_dir] 68 target_dir = os.path.join(args.gen_dir, "jsoncpp-1.9.5")
|
/third_party/libffi/ |
H A D | install.py | 69 target_dir = os.path.join(args.gen_dir, "libffi-3.4.2") 71 untar_file(tar_file_path, args.gen_dir)
|
/third_party/libxml2/ |
H A D | install.py | 28 tar_cmd = ['tar', '-xvf', tar_file_path, '-C', args.gen_dir] 247 target_dir = os.path.join(args.gen_dir, "libxml2-2.9.14")
|
/third_party/gn/src/gn/ |
H A D | rust_project_writer_helpers.h | 38 std::optional<OutputFile> gen_dir, in Crate() 43 gen_dir_(gen_dir), in Crate() 78 std::optional<OutputFile>& gen_dir() { return gen_dir_; } in gen_dir() function in Crate 37 Crate(SourceFile root, std::optional<OutputFile> gen_dir, CrateIndex index, std::string label, std::string edition) Crate() argument
|
H A D | rust_project_writer.cc | 198 auto gen_dir = GetBuildDirForTargetAsOutputFile(target, BuildDirType::GEN); in AddTarget() local 200 Crate crate = Crate(crate_root, gen_dir, crate_id, crate_label, in AddTarget() 285 auto gen_dir = crate.gen_dir(); in WriteCrates() local 286 if (gen_dir.has_value()) { in WriteCrates() 288 build_settings->GetFullPath(gen_dir->AsSourceDir(build_settings))); in WriteCrates()
|
H A D | function_get_path_info.cc | 168 "gen_dir" 221 } else if (args[1].string_value() == "gen_dir") {
|
/third_party/cups/ |
H A D | install.py | 97 target_dir = os.path.join(args.gen_dir, "cups-2.4.0") 100 untar_file(tar_file_path, args.gen_dir)
|
/third_party/libjpeg-turbo/ |
H A D | install.py | 81 target_dir = os.path.join(args.gen_dir, "libjpeg-turbo-2.1.1") 83 untar_file(tar_file_path, args.gen_dir)
|
/third_party/cups-filters/ |
H A D | install.py | 59 copy_file(convs_dir, args.gen_dir)
|
/third_party/freetype/ |
H A D | install.py | 92 target_dir = os.path.join(args.gen_dir, "freetype")
|
Completed in 5 milliseconds