OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlushCloseOrErase
(Results
1 - 13
of
13
) sorted by null
/art/runtime/base/
scoped_flock.cc
31
UNUSED(file_->
FlushCloseOrErase
()); // Ignore result.
95
if (file_->
FlushCloseOrErase
() != 0) {
/art/runtime/base/unix_file/
fd_file.h
64
int
FlushCloseOrErase
() WARN_UNUSED;
fd_file.cc
216
int FdFile::
FlushCloseOrErase
() {
/art/runtime/
dex_file_verifier_test.cc
118
if (file->
FlushCloseOrErase
() != 0) {
183
if (file->
FlushCloseOrErase
() != 0) {
signal_catcher.cc
114
success = file->
FlushCloseOrErase
() == 0;
common_runtime_test.cc
89
if (file_->
FlushCloseOrErase
() != 0) {
dex_file_test.cc
149
if (file->
FlushCloseOrErase
() != 0) {
/art/compiler/
image_test.cc
106
ASSERT_EQ(dup_oat->
FlushCloseOrErase
(), 0) << "Could not flush and close oat file "
image_writer.cc
156
if (oat_file->
FlushCloseOrErase
() != 0) {
191
if (image_file->
FlushCloseOrErase
() != 0) {
[
all
...]
/art/dex2oat/
dex2oat.cc
498
if (oat_file->
FlushCloseOrErase
() != 0) {
[
all
...]
/art/runtime/gc/space/
image_space.cc
136
if (f->
FlushCloseOrErase
() != 0) {
[
all
...]
/art/runtime/hprof/
hprof.cc
483
okay = file->
FlushCloseOrErase
() == 0;
[
all
...]
/art/patchoat/
patchoat.cc
900
if (file->
FlushCloseOrErase
() != 0) {
[
all
...]
Completed in 3396 milliseconds