OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:st_fstype
(Results
1 - 2
of
2
) sorted by null
/external/strace/
file.c
829
char
st_fstype
[16];
member in struct:solstat
1090
tprintf(",
st_fstype
=%.*s",
1091
(int) sizeof statbuf->
st_fstype
, statbuf->
st_fstype
);
1285
tprintf(",
st_fstype
=%.*s",
1286
(int) sizeof statbuf.
st_fstype
, statbuf.
st_fstype
);
[
all
...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h
587
char
st_fstype
[_ST_FSTYPSZ];
member in struct:stat64
Completed in 34 milliseconds