Searched refs:dest_dir (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/ |
D | bugreport.cpp | 40 BugreportStandardStreamsCallback(const std::string& dest_dir, const std::string& dest_file, in BugreportStandardStreamsCallback() argument 44 dest_dir_(dest_dir), in BugreportStandardStreamsCallback() 229 std::string dest_file, dest_dir; in DoIt() local 233 if (!getcwd(&dest_dir)) { in DoIt() 240 dest_dir = argv[1]; in DoIt() 267 BugreportStandardStreamsCallback bugz_callback(dest_dir, dest_file, show_progress, this); in DoIt()
|
D | test_device.py | 1035 dest_dir = os.path.join(host_dir, 'dest') 1044 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=dest_dir) 1047 host_path = os.path.join(dest_dir, temp_file.base_name)
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 52 static std::string dest_dir; variable 63 dest_dir.c_str(), seq); in encoded_file_path() 90 ASSERT_FALSE(dest_dir == ""); in create_dest_dir() 93 cmd += dest_dir; in create_dest_dir() 97 cmd += dest_dir; in create_dest_dir() 108 dest_dir = test_dir; in setup_dirs() 109 dest_dir += "/tmp"; in setup_dirs() 388 std::string ddparam("destination_directory="); ddparam += dest_dir; in TEST_F() 424 std::string ddparam("destination_directory="); ddparam += dest_dir; in TEST_F() 461 std::string ddparam("destination_directory="); ddparam += dest_dir; in TEST_F() [all …]
|
/system/extras/perfprofd/ |
D | perfprofdcore.cc | 638 std::string dest_dir = config.getStringValue("destination_directory"); in cleanup_destination_dir() local 639 DIR* dir = opendir(dest_dir.c_str()); in cleanup_destination_dir() 644 std::string file_path = dest_dir + "/" + e->d_name; in cleanup_destination_dir() 651 dest_dir.c_str()); in cleanup_destination_dir() 665 std::string dest_dir = config.getStringValue("destination_directory"); in post_process() local 668 std::string produced_file_path = dest_dir + "/" + PRODUCED_FILENAME; in post_process() 677 "%s/perf.data.encoded.%d", dest_dir.c_str(),seq).c_str()) == 0) { in post_process()
|
/system/extras/simpleperf/scripts/ |
D | annotate.py | 557 dest_dir = self.config['annotate_dest_dir'] 565 to_path = os.path.join(dest_dir, 'java', path) 570 to_path = os.path.join(dest_dir, path[1:]) 573 to_path = os.path.join(dest_dir, key.replace(':\\', '\\')) 579 to_path = os.path.join(dest_dir, path)
|