Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/rust/
Dbuild.rs45 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in install_generated_module() localVariable
57 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in generate_module() localVariable
/packages/modules/Bluetooth/system/rust/
Dbuild.rs9 let out_dir = env::var_os("OUT_DIR").unwrap(); in main() localVariable
/packages/modules/Bluetooth/floss/hcidoc/packets/
Dbuild.rs26 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in generate_packets() localVariable
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/
Dbuild.rs39 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in main() localVariable
/packages/modules/Bluetooth/system/gd/packet/parser/
Dmain.cc113 std::filesystem::path out_dir; in main() local
Dgen_cpp.cc59 const std::filesystem::path& out_dir, in generate_cpp_headers_one_file()
/packages/modules/common/build/
Dmainline_modules_sdks_test.py54 def create_snapshot_file(self, out_dir, name, for_r_build): argument