HomeSort by relevance Sort by last modified time
    Searched refs:open_file (Results 1 - 4 of 4) sorted by null

  /system/extras/tests/framebuffer/
mdp_test.c 31 static int open_file(char *name, int *fd, int *len, int *fmt) function
235 if (open_file(optarg, &file_fd, &file_len, &src_fmt) < 0) {
  /external/bluetooth/hcidump/src/
hcidump.c 473 static int open_file(char *file, int mode, unsigned long flags) function
1140 pppdump_fd = open_file(pppdump_file, PPPDUMP, flags);
1143 audio_fd = open_file(audio_file, AUDIO, flags);
1153 read_dump(open_file(dump_file, mode, flags));
1158 open_file(dump_file, mode, flags), flags);
  /external/libpng/
example.c 82 #ifdef open_file /* prototype 1 */
  /external/qemu/block/
vvfat.c 1158 static int open_file(BDRVVVFATState* s,mapping_t* mapping) function
    [all...]

Completed in 354 milliseconds