Searched refs:out_dir (Results 1 – 6 of 6) sorted by relevance
16 export out_dir=$221 echo "Output directory: $out_dir"23 mkdir -p $out_dir75 my_out_file="$out_dir/log.$target"78 OUT_DIR=$out_dir/out.$target mmma -j$mmma_jobs system/sepolicy &>> $my_out_file87 parallel --no-notice -j $parallel_jobs --bar --joblog $out_dir/joblog compile_target ::: $targets89 echo "Failed to lunch: $(grep "\s1\s0\scompile_target" $out_dir/joblog | sed 's/^.* //' | sort | pa…90 echo "Failed to build: $(grep "\s2\s0\scompile_target" $out_dir/joblog | sed 's/^.* //' | sort | pa…
72 if not os.path.isdir(self.args.out_dir):73 os.makedirs(self.args.out_dir)82 self.adb.check_run(['pull', '/data/local/tmp/simpleperf_data.zip', self.args.out_dir])86 zip_file_path = os.path.join(self.args.out_dir, 'simpleperf_data.zip')91 logging.info('recording file: %s' % os.path.join(self.args.out_dir, name))92 zip_fh.extract(name, self.args.out_dir)
19 out_dir = "${root_gen_dir}/${image_out_dir}"24 outputs = [ "${out_dir}/{{source_name_part}}.flag" ]28 "tar -xvf \"{{source}}\" -C \"${out_dir}\" && touch ${out_dir}/{{source_name_part}}.flag",
89 local out_dir="$2"94 python3 $thisdir/metadata_enums.py $spec_file $in $out_dir $copyright_year100 echo "OK: Generated enum files in $(relpath "$out_dir")" >& 2102 out_files+=$'\n'" $out_dir/*.aidl"105 echo "FAIL: Errors while generating enum aidl files in $(relpath "$out_dir")" >& 2
106 const auto& out_dir = in ValidateOutputFilePath() local108 if (output_file.empty() || !android::base::StartsWith(output_file, out_dir)) { in ValidateOutputFilePath()116 const string expected = out_dir + canonical_name + ".cpp"; in ValidateOutputFilePath()
911 def capture_build_info(out_dir, build_info_file_name): argument952 with open(out_dir + '/' + build_info_file_name, 'w') as f: