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

/art/libartbase/base/unix_file/
H A Drandom_access_file_utils.h20 namespace unix_file { namespace
28 } // namespace unix_file
H A Drandom_access_file_utils.cc17 #include "base/unix_file/random_access_file_utils.h"
21 #include "base/unix_file/random_access_file.h"
23 namespace unix_file { namespace
40 } // namespace unix_file
H A Drandom_access_file.h22 namespace unix_file { namespace
66 } // namespace unix_file
H A Dfd_file.h25 #include "base/unix_file/random_access_file.h"
27 namespace unix_file { namespace
193 } // namespace unix_file
H A Drandom_access_file_test.h26 namespace unix_file { namespace
181 } // 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
288 } // namespace unix_file
H A Dfd_file.cc17 #include "base/unix_file/fd_file.h"
37 namespace unix_file { namespace
481 } // namespace unix_file
/art/libartbase/base/
H A Dos.h22 namespace unix_file { namespace
24 } // namespace unix_file
28 typedef ::unix_file::FdFile File;
H A Dscoped_flock.h27 #include "base/unix_file/fd_file.h"
37 class LockedFile : public unix_file::FdFile {
/art/dexlayout/
H A Ddexlayout_test.cc24 #include "base/unix_file/fd_file.h"
552 return unix_file::FdFile(file_path, 0, false).Unlink();
/art/profman/
H A Dprofman.cc41 #include "base/unix_file/fd_file.h"
561 unix_file::FdFile out_fd(dump_output_to_fd_, false /*check_usage*/);
687 unix_file::FdFile out_fd(dump_output_to_fd_, false /*check_usage*/);
/art/dex2oat/linker/
H A Dimage_writer.cc33 #include "base/unix_file/fd_file.h"
206 image_file.reset(new File(image_fd, unix_file::kCheckSafeUsage));

Completed in 586 milliseconds