Home
last modified time | relevance | path

Searched refs:open_file (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/hcidump/src/
Dhcidump.c453 static int open_file(char *file, int mode, unsigned long flags) in open_file() function
1030 pppdump_fd = open_file(pppdump_file, PPPDUMP, flags); in main()
1033 audio_fd = open_file(audio_file, AUDIO, flags); in main()
1045 read_dump(open_file(dump_file, mode, flags)); in main()
1051 open_file(dump_file, mode, flags), flags); in main()
/external/elfutils/src/
Delfcmp.c49 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp);
157 Elf *elf1 = open_file (fname1, &fd1, &ebl1); in main()
162 Elf *elf2 = open_file (fname2, &fd2, &ebl2); in main()
569 open_file (const char *fname, int *fdp, Ebl **eblp) in open_file() function
Dunstrip.c1925 open_file (const char *file, bool writable) in open_file() function
1938 int stripped_fd = open_file (stripped_file, false); in handle_explicit_files()
1948 unstripped_fd = open_file (unstripped_file, output_file == NULL); in handle_explicit_files()
/external/libpng/
Dexample.c82 #ifdef open_file /* prototype 1 */
/external/qemu/block/
Dvvfat.c1159 static int open_file(BDRVVVFATState* s,mapping_t* mapping) in open_file() function
1203 if(open_file(s,mapping)) in read_cluster()