Searched refs:GetFileSizeBytes (Results 1 – 4 of 4) sorted by relevance
58 static int64_t GetFileSizeBytes(const char* name);
95 int64_t OS::GetFileSizeBytes(const char* name) { in GetFileSizeBytes() function in art::OS
99 int64_t art_size = OS::GetFileSizeBytes(art_file.c_str()); in CompileImageAndGetSizes()100 int64_t oat_size = OS::GetFileSizeBytes(oat_file.c_str()); in CompileImageAndGetSizes()101 int64_t vdex_size = OS::GetFileSizeBytes(vdex_file.c_str()); in CompileImageAndGetSizes()
873 int64_t size = OS::GetFileSizeBytes(filename.c_str()); in Save()917 int64_t size = OS::GetFileSizeBytes(filename.c_str()); in SaveFallback()