Searched refs:unix_file (Results 1 - 12 of 12) sorted by relevance

/art/runtime/base/unix_file/
H A Drandom_access_file_utils.h20 namespace unix_file { namespace
28 } // namespace unix_file
H A Drandom_access_file_utils.cc18 #include "base/unix_file/random_access_file_utils.h"
19 #include "base/unix_file/random_access_file.h"
21 namespace unix_file { namespace
38 } // namespace unix_file
H A Drandom_access_file.h22 namespace unix_file { namespace
66 } // namespace unix_file
H A Dfd_file.h22 #include "base/unix_file/random_access_file.h"
25 namespace unix_file { namespace
136 } // namespace unix_file
H A Dfd_file_test.cc17 #include "base/unix_file/fd_file.h"
18 #include "base/unix_file/random_access_file_test.h"
22 namespace unix_file { namespace
171 } // namespace unix_file
H A Drandom_access_file_test.h26 namespace unix_file { namespace
181 } // namespace unix_file
H A Dfd_file.cc17 #include "base/unix_file/fd_file.h"
36 namespace unix_file { namespace
372 } // namespace unix_file
/art/runtime/
H A Dos.h20 namespace unix_file { namespace
22 } // namespace unix_file
26 typedef ::unix_file::FdFile File;
H A DAndroid.mk40 base/unix_file/fd_file.cc \
41 base/unix_file/random_access_file_utils.cc \
348 base/unix_file/fd_file.h \
/art/profman/
H A Dprofman.cc33 #include "base/unix_file/fd_file.h"
306 unix_file::FdFile out_fd(dump_output_to_fd_, false /*check_usage*/);
/art/build/
H A DAndroid.gtest.mk207 runtime/base/unix_file/fd_file_test.cc \
/art/compiler/
H A Dimage_writer.cc31 #include "base/unix_file/fd_file.h"
197 image_file.reset(new File(image_fd, unix_file::kCheckSafeUsage));

Completed in 153 milliseconds