Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dbugreport.cpp41 BugreportStandardStreamsCallback(const std::string& dest_dir, const std::string& dest_file, in BugreportStandardStreamsCallback() argument
46 dest_file_(dest_file), in BugreportStandardStreamsCallback()
236 std::string dest_file, dest_dir; in DoIt() local
256 dest_file = argv[1]; in DoIt()
260 if (dest_file.empty()) { in DoIt()
262 dest_file = "bugreport.zip"; in DoIt()
264 if (!android::base::EndsWithIgnoreCase(dest_file, ".zip")) { in DoIt()
265 dest_file += ".zip"; in DoIt()
281 BugreportStandardStreamsCallback bugz_callback(dest_dir, dest_file, show_progress, this); in DoIt()
/packages/modules/adb/
Dbugreport_test.cpp182 std::string dest_file = in TEST_F() local
187 EXPECT_CALL(br_, DoSyncPull(ElementsAre(StrEq("/device/da_bugreport.zip")), StrEq(dest_file), in TEST_F()
199 std::string dest_file = in TEST_F() local
207 EXPECT_CALL(br_, DoSyncPull(ElementsAre(StrEq("/device/da_bugreport.zip")), StrEq(dest_file), in TEST_F()
339 std::string dest_file = in TEST_F() local
346 EXPECT_CALL(br_, DoSyncPull(ElementsAre(StrEq("/device/da_bugreport.zip")), StrEq(dest_file), in TEST_F()
372 std::string dest_file = in TEST_F() local
379 EXPECT_CALL(br_, DoSyncPull(ElementsAre(StrEq("/device/da_bugreport.zip")), StrEq(dest_file), in TEST_F()
/packages/modules/Bluetooth/system/rust/
Dbuild.rs11 let mut dest_file = File::create(dest_path).unwrap(); in main() localVariable
19 dest_file.write_all(generated.as_bytes()).unwrap(); in main()
/packages/modules/common/tools/
Dfinalize_sdk.py198 dest_file = maybe_tweak_compat_stem(dest_dir.joinpath(src_file.name)) variable
200 shutil.copy(src_file, dest_file)