Searched refs:statbuff (Results 1 - 2 of 2) sorted by path

/external/libmtp/examples/
H A Dalbumart.c55 struct stat statbuff; local
99 if ( stat(path, &statbuff) == -1 ) {
104 filesize = (uint64_t) statbuff.st_size;
H A Dthumb.c53 struct stat statbuff; local
79 if ( stat(path, &statbuff) == -1 ) {
84 filesize = (uint64_t) statbuff.st_size;

Completed in 193 milliseconds