Searched defs:dest_file (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dbugreport.cpp40 BugreportStandardStreamsCallback(const std::string& dest_dir, const std::string& dest_file, argument
45 dest_file_(dest_file),
229 std::string dest_file, dest_dir; local
242 dest_file = argv[1];
246 if (dest_file.empty()) {
248 dest_file = "bugreport.zip";
250 if (!android::base::EndsWithIgnoreCase(dest_file, ".zip")) {
251 dest_file += ".zip";
267 BugreportStandardStreamsCallback bugz_callback(dest_dir, dest_file, show_progress, this);
H A Dbugreport_test.cpp182 std::string dest_file = local
187 EXPECT_CALL(br_, DoSyncPull(ElementsAre(StrEq("/device/da_bugreport.zip")), StrEq(dest_file),
199 std::string dest_file = local
207 EXPECT_CALL(br_, DoSyncPull(ElementsAre(StrEq("/device/da_bugreport.zip")), StrEq(dest_file),
339 std::string dest_file = local
346 EXPECT_CALL(br_, DoSyncPull(ElementsAre(StrEq("/device/da_bugreport.zip")), StrEq(dest_file),
372 std::string dest_file = local
379 EXPECT_CALL(br_, DoSyncPull(ElementsAre(StrEq("/device/da_bugreport.zip")), StrEq(dest_file),

Completed in 54 milliseconds