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

  /external/icu/icu4c/source/common/
umapfile.cpp 199 struct stat mystat; local
205 if(stat(path, &mystat)!=0 || mystat.st_size<=0) {
208 length=mystat.st_size;
413 struct stat mystat; local
418 if(stat(path, &mystat)!=0 || mystat.st_size<=0) {
421 length=mystat.st_size;
  /external/ltp/testcases/kernel/controllers/io-throttle/
iobw.c 177 struct stat mystat; local
181 if (stat(filename, &mystat) < 0)

Completed in 55 milliseconds