OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_file_size
(Results
1 - 13
of
13
) 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
29
int
get_file_size
(int f)
function
127
atag_size = ROUND_TO_PAGE(
get_file_size
(atag_file), page_size);
128
zimage_size = ROUND_TO_PAGE(
get_file_size
(zimage_file), page_size);
/external/libmicrohttpd/doc/examples/
tlsauthentication.c
66
get_file_size
(const char *filename)
function
93
size =
get_file_size
(filename);
/external/autotest/client/cros/faft/utils/
os_interface.py
195
def
get_file_size
(self, path):
member in class:OSInterface
/system/extras/ext4_utils/
ext4_utils.c
552
u64
get_file_size
(int fd)
function
/toolchain/binutils/binutils-2.25/binutils/
bucomm.c
574
get_file_size
(const char * file_name)
570
get_file_size
(const char * file_name)
function
/frameworks/base/packages/MtpDocumentsProvider/jni/
com_android_mtp_AppFuse.cpp
179
int64_t size =
get_file_size
(n);
246
int64_t size =
get_file_size
(header.nodeid);
354
int64_t
get_file_size
(int inode) {
function in class:__anon29655::AppFuse
/external/fio/
filesetup.c
350
static int
get_file_size
(struct thread_data *td, struct fio_file *f)
function
632
return
get_file_size
(td, f);
ioengine.h
148
int (*
get_file_size
)(struct thread_data *, struct fio_file *);
member in struct:ioengine_ops
/external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c
119
get_file_size
(const char* pathname)
function
552
cpuinfo_len =
get_file_size
("/proc/cpuinfo");
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
124
get_file_size
(const char* pathname)
function
676
cpuinfo_len =
get_file_size
("/proc/cpuinfo");
[
all
...]
/ndk/sources/android/cpufeatures/
cpu-features.c
138
get_file_size
(const char* pathname)
function
686
cpuinfo_len =
get_file_size
("/proc/cpuinfo");
[
all
...]
/system/core/fastboot/
fastboot.cpp
160
static int64_t
get_file_size
(int fd) {
function
169
*sz =
get_file_size
(fd);
801
int64_t sz =
get_file_size
(fd);
[
all
...]
Completed in 1561 milliseconds