Searched defs:open_file (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/hcidump/src/
H A Dhcidump.c453 static int open_file(char *file, int mode, unsigned long flags) function
1030 pppdump_fd = open_file(pppdump_file, PPPDUMP, flags);
1033 audio_fd = open_file(audio_file, AUDIO, flags);
1045 read_dump(open_file(dump_file, mode, flags));
1051 open_file(dump_file, mode, flags), flags);
/external/elfutils/src/
H A Delfcmp.c49 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp);
157 Elf *elf1 = open_file (fname1, &fd1, &ebl1);
162 Elf *elf2 = open_file (fname2, &fd2, &ebl2);
569 open_file (const char *fname, int *fdp, Ebl **eblp) function
H A Dunstrip.c1927 open_file (const char *file, bool writable)
1940 int stripped_fd = open_file (stripped_file, false);
1950 unstripped_fd = open_file (unstripped_file, output_file == NULL);
1925 open_file (const char *file, bool writable) function
/external/qemu/block/
H A Dvvfat.c1159 static int open_file(BDRVVVFATState* s,mapping_t* mapping) function
1203 if(open_file(s,mapping))

Completed in 140 milliseconds