Home
last modified time | relevance | path

Searched defs:srcstat (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/flac/src/share/grabbag/
H A Dfile.c54 struct flac_stat_s srcstat; in grabbag__file_copy_metadata() local
73 struct flac_stat_s srcstat; in grabbag__file_get_filesize() local
/aosp_15_r20/external/flac/src/test_seeking/
H A Dmain.c97 struct flac_stat_s srcstat; in get_filesize_() local
/aosp_15_r20/external/python/cpython2/Python/
Dimport.c951 write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat, time_t mtime) in write_compiled_module()