Home
last modified time | relevance | path

Searched refs:out_file (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dversion.sh23 out_file=${2}
71 if [ -n "$out_file" ]; then
72 diff $$.tmp ${out_file} >/dev/null 2>&1 || cat $$.tmp > ${out_file}
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
Dml_load_dmp.c251 void read_dmp_img(char *dmp_path, char* out_file) in read_dmp_img() argument
265 fp = fopen(out_file, "wt"); in read_dmp_img()
267 MPL_LOGE("error open out file:%s", out_file); in read_dmp_img()
Dml_load_dmp.h29 void read_dmp_img(char *dmp_path, char *out_file);
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
Dml_load_dmp.c286 void read_dmp_img(char *dmp_path, char* out_file) in read_dmp_img() argument
300 fp = fopen(out_file, "wt"); in read_dmp_img()
302 MPL_LOGE("error open out file:%s", out_file); in read_dmp_img()
Dml_load_dmp.h29 void read_dmp_img(char *dmp_path, char *out_file);
/hardware/invensense/65xx/libsensors_iio/
DMPLSupport.h34 void dump_dmp_img(const char *out_file);
/hardware/invensense/6515/libsensors_iio/
DMPLSupport.h33 void dump_dmp_img(const char *out_file);