Home
last modified time | relevance | path

Searched refs:full_dir_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/tools/mcts/
H A Ddownload_mcts.sh65 full_dir_path="$dir_prefix/$path"
66 mkdir -p $full_dir_path
82 pushd $full_dir_path > /dev/null
156 echo "The files will be download at $full_dir_path"
160 chmod -R 777 $full_dir_path
161 for file in $full_dir_path/* ; do
/aosp_15_r20/system/usb_info_tools/typec_connector_class_helper/src/
H A Dtypec_class_utils_tests.rs58 let full_dir_path = root_dir.path().join(dir_path); in create_temp_dir_with_dirs_files_content() localVariable
59 println!("FULL: {:?}", &full_dir_path); in create_temp_dir_with_dirs_files_content()
60 fs::create_dir(&full_dir_path).expect("Cannot create directory"); in create_temp_dir_with_dirs_files_content()
63 let mut file = fs::File::create(full_dir_path.join(file_name)) in create_temp_dir_with_dirs_files_content()
/aosp_15_r20/packages/modules/adb/
Dtest_device.py1202 full_dir_path = base_dir + self.DEVICE_TEMP_DIR
1203 os.makedirs(full_dir_path)
1207 in_dir=full_dir_path, num_files=32)