Searched refs:full_dir_path (Results 1 – 3 of 3) sorted by relevance
65 full_dir_path="$dir_prefix/$path"66 mkdir -p $full_dir_path82 pushd $full_dir_path > /dev/null156 echo "The files will be download at $full_dir_path"160 chmod -R 777 $full_dir_path161 for file in $full_dir_path/* ; do
58 let full_dir_path = root_dir.path().join(dir_path); in create_temp_dir_with_dirs_files_content() localVariable59 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()
1202 full_dir_path = base_dir + self.DEVICE_TEMP_DIR1203 os.makedirs(full_dir_path)1207 in_dir=full_dir_path, num_files=32)