Home
last modified time | relevance | path

Searched defs:dest_file (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/rust/
Dbuild.rs11 let mut dest_file = File::create(dest_path).unwrap(); in main() localVariable
/packages/modules/adb/
Dbugreport_test.cpp182 std::string dest_file = in TEST_F() local
199 std::string dest_file = in TEST_F() local
339 std::string dest_file = in TEST_F() local
372 std::string dest_file = in TEST_F() local
/packages/modules/adb/client/
Dbugreport.cpp41 BugreportStandardStreamsCallback(const std::string& dest_dir, const std::string& dest_file, in BugreportStandardStreamsCallback()
236 std::string dest_file, dest_dir; in DoIt() local
/packages/modules/common/tools/
Dfinalize_sdk.py198 dest_file = maybe_tweak_compat_stem(dest_dir.joinpath(src_file.name)) variable