Home
last modified time | relevance | path

Searched refs:f_stat (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dcanon_pp.c1794 struct stat *f_stat; in fix_weights_file() local
1837 if ((f_stat = malloc(sizeof(*f_stat))) == NULL) in fix_weights_file()
1840 if(stat(cs->weights_file, f_stat)) in fix_weights_file()
1893 free(f_stat); in fix_weights_file()
/third_party/FatFs/source/
H A Dff.h451 FRESULT f_stat (const TCHAR* path, FILINFO* fno); /* Get file status */
H A Dff.c4386 FRESULT f_stat ( in f_stat() function

Completed in 19 milliseconds