OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sStat
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_demovfs.c
334
struct stat
sStat
; /* Output of fstat() call */
346
rc = fstat(p->fd, &
sStat
);
348
*pSize =
sStat
.st_size;
os_unix.c
[
all
...]
/external/chromium_org/third_party/sqlite/src/test/
threadtest3.c
782
struct stat
sStat
;
783
if( stat(zFile, &
sStat
) ){
786
iRet =
sStat
.st_size;
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 5507 milliseconds