Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/lmp/
Dbuild.rs26 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in main() localVariable
39 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in generate_packets() localVariable
/packages/modules/Bluetooth/system/gd/rust/packets/
Dbuild.rs26 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in main() localVariable
39 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in generate_packets() localVariable
/packages/modules/Gki/
Dextract_img_from_apex.py37 def ExtractImagesFromApex(apex, out_dir): argument
/packages/modules/Bluetooth/system/gd/rust/facade_proto/
Dbuild.rs46 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in main() localVariable
/packages/modules/Bluetooth/system/gd/packet/parser/
Dgen_cpp.cc57 const std::filesystem::path& out_dir, in generate_cpp_headers_one_file()
257 const std::filesystem::path& out_dir, in generate_pybind11_sources_one_file()
Dmain.cc129 std::filesystem::path out_dir; in main() local
Dgen_rust.cc78 const std::filesystem::path& out_dir, in generate_rust_source_one_file()
/packages/modules/common/build/
Dmainline_modules_sdks_test.py53 def create_snapshot_file(self, out_dir, name, version, for_r_build): argument