Home
last modified time | relevance | path

Searched refs:mystat (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dumapfile.c165 struct stat mystat; in uprv_mapFile() local
171 if(stat(path, &mystat)!=0 || mystat.st_size<=0) { in uprv_mapFile()
174 length=mystat.st_size; in uprv_mapFile()
379 struct stat mystat; in uprv_mapFile() local
384 if(stat(path, &mystat)!=0 || mystat.st_size<=0) { in uprv_mapFile()
387 length=mystat.st_size; in uprv_mapFile()
/external/liblzf/
Dlzf.c373 struct stat mystat; in run_file() local
381 rc = lstat (fname, &mystat); in run_file()
383 rc = stat (fname, &mystat); in run_file()
396 if (!S_ISREG (mystat.st_mode)) in run_file()
435 fchmod (fd2, mystat.st_mode); in run_file()
437 chmod (oname, mystat.st_mode); in run_file()