OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filestat
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/tests/aio_dio_bugs/src/
aio-dio-extend-stat.c
113
struct stat
filestat
;
local
132
fstat(handle, &
filestat
);
133
if (
filestat
.st_size < exSize)
138
filestat
.st_size);
/development/perftests/panorama/
benchmark.cpp
36
struct stat
filestat
;
local
41
if (stat(filename, &
filestat
) != 0) break;
/ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp
42
# include <c_locale_is/
filestat
.h>
Completed in 114 milliseconds