Searched defs:dest_dir (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
44 dest_dir_(dest_dir),
171 // - if argument is empty, dest_dir is set as the current directory and dest_file_ will be the
229 std::string dest_file, dest_dir; local
233 if (!getcwd(&dest_dir)) {
240 dest_dir = argv[1];
267 BugreportStandardStreamsCallback bugz_callback(dest_dir, dest_file, show_progress, this);
/system/extras/perfprofd/tests/
H A Dperfprofd_test.cc47 // dest_dir is a subdirectory of test_dir that we'll create on the fly
52 static std::string dest_dir; variable
63 dest_dir.c_str(), seq);
90 ASSERT_FALSE(dest_dir == "");
93 cmd += dest_dir;
97 cmd += dest_dir;
108 dest_dir = test_dir;
109 dest_dir += "/tmp";
388 std::string ddparam("destination_directory="); ddparam += dest_dir;
424 std::string ddparam("destination_directory="); ddparam += dest_dir;
[all...]

Completed in 96 milliseconds