OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stat_size
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/diskusage/
dirsize.c
25
int64_t
stat_size
(struct stat *s)
function
57
size +=
stat_size
(&s);
65
size +=
stat_size
(&s);
/system/vold/
Utils.cpp
443
static int64_t
stat_size
(struct stat *s) {
function in namespace:android::vold
473
size +=
stat_size
(&s);
Completed in 136 milliseconds