Searched refs:get_fileno (Results 1 - 5 of 5) sorted by relevance

/external/fio/
H A Dfile.h207 extern int get_fileno(struct thread_data *, const char *);
H A Diolog.c400 fileno = get_fileno(td, fname);
405 get_fileno(td, fname) != -1) {
414 fileno = get_fileno(td, fname);
417 fileno = get_fileno(td, fname);
H A Dfilesetup.c1725 int get_fileno(struct thread_data *td, const char *fname) function
/external/python/cpython2/Lib/hotshot/
H A Dlog.py77 def get_fileno(self, filename): member in class:LogReader
/external/python/cpython2/Modules/
H A D_hotshot.c772 get_fileno(ProfilerObject *self, PyCodeObject *fcode) function
870 fileno = get_fileno(self, frame->f_code);

Completed in 3764 milliseconds