Searched refs:fn (Results 26 - 28 of 28) sorted by relevance

12

/system/core/adb/
H A Dfdevent.c47 static void fatal(const char *fn, const char *fmt, ...) argument
51 fprintf(stderr, "%s:", fn);
H A Dcommandline.c435 int adb_download(const char *service, const char *fn, unsigned progress) argument
440 data = load_file(fn, &sz);
H A Dsysdeps_win32.c21 void *load_file(const char *fn, unsigned *_sz) argument
27 file = CreateFile( fn,
52 D("load_file: could not read %ld bytes from '%s'\n", file_size, fn);

Completed in 181 milliseconds

12