OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFileSizeBytes
(Results
1 - 4
of
4
) sorted by null
/art/libartbase/base/
os.h
58
static int64_t
GetFileSizeBytes
(const char* name);
os_linux.cc
89
int64_t OS::
GetFileSizeBytes
(const char* name) {
/art/dex2oat/
dex2oat_image_test.cc
132
int64_t art_size = OS::
GetFileSizeBytes
(art_file.c_str());
133
int64_t oat_size = OS::
GetFileSizeBytes
(oat_file.c_str());
134
int64_t vdex_size = OS::
GetFileSizeBytes
(vdex_file.c_str());
/art/runtime/jit/
profile_compilation_info.cc
279
int64_t size = OS::
GetFileSizeBytes
(filename.c_str());
[
all
...]
Completed in 222 milliseconds