Home
last modified time | relevance | path

Searched defs:out_dir (Results 1 – 20 of 20) sorted by relevance

/aosp12/art/test/testrunner/
H A Drun_build_test_target.py125 out_dir = pathlib.PurePath(env.SOONG_OUT_DIR) variable
127 out_dir = pathlib.PurePath(env.ANDROID_BUILD_TOP).joinpath(out_dir) variable
/aosp12/build/make/tools/
H A Dcompare_builds.py332 def RunSoong(out_dir, args, capture_output): argument
345 def GetBuildVar(out_dir, name): argument
354 def RequireBuildVar(out_dir, name): argument
372 def RunBuild(work_dir, out_dir, target, hide_build_output): argument
592 def __init__(self, out_dir): argument
/aosp12/system/bt/gd/rust/packets/
H A Dbuild.rs21 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in main() localVariable
/aosp12/frameworks/rs/
H A Dbuild_rs.py58 def build(out_dir): argument
71 def build_product(out_dir, product): argument
/aosp12/packages/modules/Gki/
H A Dextract_img_from_apex.py37 def ExtractImagesFromApex(apex, out_dir): argument
/aosp12/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.h34 std::string out_dir; member
/aosp12/system/bt/gd/rust/facade_proto/
H A Dbuild.rs46 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in main() localVariable
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc1090 std::string out_dir = GetScratchDir(); in TEST_F() local
1370 std::string out_dir = GetScratchDir(); in TEST_F() local
1393 std::string out_dir = GetScratchDir(); in TEST_F() local
1418 std::string out_dir = GetScratchDir(); in TEST_F() local
1449 std::string out_dir = GetScratchDir(); in TEST_F() local
1464 std::string out_dir = GetScratchDir(); in TEST_F() local
1480 std::string out_dir = GetScratchDir(); in TEST_F() local
1496 std::string out_dir = GetScratchDir(); in TEST_F() local
1585 std::string out_dir = GetScratchDir(); in TEST_F() local
1926 std::string out_dir = GetScratchDir(); in TEST_F() local
[all …]
/aosp12/system/bt/gd/packet/parser/
H A Dgen_rust.cc66 const std::filesystem::path& out_dir, in generate_rust_source_one_file()
H A Dmain.cc129 std::filesystem::path out_dir; in main() local
H A Dgen_cpp.cc61 const std::filesystem::path& out_dir, in generate_cpp_headers_one_file()
261 const std::filesystem::path& out_dir, in generate_pybind11_sources_one_file()
/aosp12/bionic/libc/tools/
H A Dgenseccomp.py238 def gen_policy(name_modifier, out_dir, base_syscall_file, syscall_files, argument
/aosp12/frameworks/base/tools/aapt2/format/
H A DArchive.cpp43 bool Open(const StringPiece& out_dir) { in Open()
/aosp12/frameworks/base/tools/aapt2/test/
H A DFixture.cpp94 const android::StringPiece& out_dir, IDiagnostics* diag) { in CompileFile()
/aosp12/build/soong/ui/metrics/metrics_proto/
H A Dmetrics.proto79 optional string out_dir = 16; field
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h418 std::string out_dir; member
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dmake_cow_from_ab_ota.cpp82 PayloadConverter(const std::string& in_file, const std::string& out_dir) in PayloadConverter()
/aosp12/build/make/tools/releasetools/
H A Dtest_ota_from_target_files.py1397 def writeFiles(self, contents_dict, out_dir): argument
/aosp12/frameworks/base/tools/bit/
H A Dmain.cpp603 const char* out_dir = getenv("OUT_DIR"); in get_out_dir() local
/aosp12/system/tools/aidl/
H A Dgenerate_cpp.cpp1573 const auto& out_dir = in ValidateOutputFilePath() local