Searched refs:dest_dir (Results 1 – 7 of 7) sorted by relevance
/system/extras/cppreopts/ |
D | preloads_copy.sh | 25 dest_dir=/data/preloads 29 cp -rn $file $dest_dir &
|
/system/core/adb/client/ |
D | bugreport.cpp | 41 BugreportStandardStreamsCallback(const std::string& dest_dir, const std::string& dest_file, in BugreportStandardStreamsCallback() argument 45 dest_dir_(dest_dir), in BugreportStandardStreamsCallback() 232 std::string dest_file, dest_dir; in DoIt() local 236 if (!getcwd(&dest_dir)) { in DoIt() 243 dest_dir = argv[1]; in DoIt() 270 BugreportStandardStreamsCallback bugz_callback(dest_dir, dest_file, show_progress, this); in DoIt()
|
/system/ca-certificates/google/ |
D | Android.bp | 18 dest_dir: "security/cacerts_google", 25 dest_dir: "security/cacerts_google",
|
/system/ca-certificates/ |
D | Android.bp | 18 dest_dir: "security/cacerts", 25 dest_dir: "security/cacerts",
|
/system/ca-certificates/wfa_certs/ |
D | Android.bp | 19 dest_dir: "security/cacerts_wfa", 26 dest_dir: "security/cacerts_wfa",
|
/system/extras/simpleperf/scripts/ |
D | annotate.py | 397 dest_dir = self.config['annotate_dest_dir'] 404 to_path = os.path.join(dest_dir, from_path[1:]) 406 to_path = os.path.join(dest_dir, from_path.replace(':\\', os.sep)) 408 to_path = os.path.join(dest_dir, from_path)
|
/system/core/adb/ |
D | test_device.py | 1103 dest_dir = os.path.join(host_dir, 'dest') 1112 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=dest_dir) 1115 host_path = os.path.join(dest_dir, temp_file.base_name)
|