Home
last modified time | relevance | path

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

/art/runtime/
Dos.h20 namespace unix_file {
26 typedef ::unix_file::FdFile File;
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/runtime/base/unix_file/
Drandom_access_file_utils.h20 namespace unix_file {
Drandom_access_file_utils.cc21 namespace unix_file { namespace
Drandom_access_file.h22 namespace unix_file {
Dfd_file.h25 namespace unix_file {
Dfd_file_test.cc22 namespace unix_file { namespace
Drandom_access_file_test.h26 namespace unix_file {
Dfd_file.cc36 namespace unix_file { namespace
/art/profman/
Dprofman.cc306 unix_file::FdFile out_fd(dump_output_to_fd_, false /*check_usage*/); in DumpProfileInfo()
/art/build/
DAndroid.gtest.mk207 runtime/base/unix_file/fd_file_test.cc \
/art/compiler/
Dimage_writer.cc197 image_file.reset(new File(image_fd, unix_file::kCheckSafeUsage)); in Write()