OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_file_size
(Results
1 - 7
of
7
) sorted by null
/build/tools/
fileslist.py
20
def
get_file_size
(path):
function
34
get_file_size
(os.path.sep.join((dir, f))),
/system/extras/kexec_tools/
kexecload.c
28
int
get_file_size
(int f)
function
126
atag_size = ROUND_TO_PAGE(
get_file_size
(atag_file), page_size);
127
zimage_size = ROUND_TO_PAGE(
get_file_size
(zimage_file), page_size);
/system/extras/ext4_utils/
ext4_utils.h
178
u64
get_file_size
(int fd);
ext4_utils.c
411
u64
get_file_size
(int fd)
function
make_ext4fs.c
482
info.len =
get_file_size
(fd);
/ndk/sources/android/cpufeatures/
cpu-features.c
123
get_file_size
(const char* pathname)
function
571
cpuinfo_len =
get_file_size
("/proc/cpuinfo");
[
all
...]
/external/qemu/hw/
pc.c
597
static long
get_file_size
(FILE *f)
function
632
if (!f || !(kernel_size =
get_file_size
(f)) ||
722
initrd_size =
get_file_size
(fi);
[
all
...]
Completed in 61 milliseconds