Home
last modified time | relevance | path

Searched refs:gen_dir (Results 1 - 17 of 17) sorted by relevance

/build/scripts/
H A Dcompile_resources.py57 gen_dir = os.path.join(os.path.dirname(options.output_header_file), "gen")
58 gen_dir = os.path.abspath(gen_dir)
61 if os.path.exists(gen_dir):
62 shutil.rmtree(gen_dir)
63 os.makedirs(gen_dir, exist_ok=True)
79 ['-p', package_name, '-o', gen_dir, '-r', generated_header_file])
81 txt_path = os.path.join(gen_dir, 'R.txt')
85 build_utils.zip_dir(options.output_resources_zipfile, gen_dir)
H A Dbuild_js_assets.py67 gen_dir = os.path.join(out_dir, "gen")
78 "appResource": os.path.join(gen_dir, "ResourceTable.txt")
81 my_env["aceProfilePath"] = os.path.join(gen_dir, "resources/base/profile")
117 gen_dir = my_env.get("aceModuleBuild")
167 my_env["aceModuleBuild"] = os.path.join(gen_dir, src_path)
173 gen_dir = os.path.dirname(gen_dir)
174 build_utils.zip_dir(options.output, gen_dir)
176 build_utils.zip_dir(options.output, gen_dir, zip_prefix_path='assets/js/')
/third_party/vulkan-loader/scripts/
H A Dgenerate_source.py62 gen_dir = temp_dir
65 gen_dir = repo_dir
74 cwd=gen_dir)
/third_party/flatbuffers/
H A Dinstall.py49 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 Dinstall.py75 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 Dinstall.py82 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 Dinstall.py28 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 Dinstall.py69 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 Dinstall.py28 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 Drust_project_writer_helpers.h38 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 Drust_project_writer.cc198 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 Dfunction_get_path_info.cc168 "gen_dir"
221 } else if (args[1].string_value() == "gen_dir") {
/third_party/cups/
H A Dinstall.py97 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 Dinstall.py81 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 Dinstall.py59 copy_file(convs_dir, args.gen_dir)
/build/config/components/hdi/
H A Dbuild_hdi_files_info.py235 gen_dir = "" variable in Option
249 "the gen_dir '{}' is empty, please check input".format(
252 Option.gen_dir = opt_args.out
278 "gen_dir": Option.gen_dir,
480 ModuleInfo.out_dir = Option.gen_dir
485 ModuleInfo.include_dirs.add(Option.gen_dir)
543 return os.path.join(Option.gen_dir, package_dir_without_version)
551 return os.path.join(Option.gen_dir, sub_package_dir)
/third_party/freetype/
H A Dinstall.py92 target_dir = os.path.join(args.gen_dir, "freetype")

Completed in 8 milliseconds