HomeSort by relevance Sort by last modified time
    Searched refs:statbuff (Results 1 - 2 of 2) sorted by null

  /external/libmtp/examples/
thumb.c 53 struct stat statbuff; local
79 if ( stat(path, &statbuff) == -1 ) {
84 filesize = (uint64_t) statbuff.st_size;
albumart.c 55 struct stat statbuff; local
99 if ( stat(path, &statbuff) == -1 ) {
104 filesize = (uint64_t) statbuff.st_size;

Completed in 493 milliseconds