OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stat_size
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/diskusage/
dirsize.h
25
int64_t
stat_size
(struct stat *s);
/frameworks/native/libs/diskusage/
dirsize.c
24
int64_t
stat_size
(struct stat *s)
function
54
size +=
stat_size
(&s);
/frameworks/native/cmds/installd/
commands.c
445
codesize +=
stat_size
(&s);
452
codesize +=
stat_size
(&s);
458
codesize +=
stat_size
(&s);
476
asecsize +=
stat_size
(&s);
507
statsize =
stat_size
(&s);
525
codesize +=
stat_size
(&s);
529
datasize +=
stat_size
(&s);
[
all
...]
Completed in 179 milliseconds