Searched refs:out_file (Results 1 – 7 of 7) sorted by relevance
23 out_file=${2}71 if [ -n "$out_file" ]; then72 diff $$.tmp ${out_file} >/dev/null 2>&1 || cat $$.tmp > ${out_file}
251 void read_dmp_img(char *dmp_path, char* out_file) in read_dmp_img() argument265 fp = fopen(out_file, "wt"); in read_dmp_img()267 MPL_LOGE("error open out file:%s", out_file); in read_dmp_img()
29 void read_dmp_img(char *dmp_path, char *out_file);
286 void read_dmp_img(char *dmp_path, char* out_file) in read_dmp_img() argument300 fp = fopen(out_file, "wt"); in read_dmp_img()302 MPL_LOGE("error open out file:%s", out_file); in read_dmp_img()
34 void dump_dmp_img(const char *out_file);
33 void dump_dmp_img(const char *out_file);