Home
last modified time | relevance | path

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

/art/libartbase/base/
Dos.h22 namespace unix_file {
28 typedef ::unix_file::FdFile File;
Dscoped_flock.h37 class LockedFile : public unix_file::FdFile {
/art/libartbase/base/unix_file/
Drandom_access_file_utils.h20 namespace unix_file {
Drandom_access_file_utils.cc23 namespace unix_file { namespace
Drandom_access_file.h22 namespace unix_file {
Dfd_file.h27 namespace unix_file {
Drandom_access_file_test.h26 namespace unix_file {
Dfd_file_test.cc23 namespace unix_file { namespace
Dfd_file.cc46 namespace unix_file { namespace
/art/libartbase/
DAndroid.bp46 "base/unix_file/fd_file.cc",
47 "base/unix_file/random_access_file_utils.cc",
160 "base/unix_file/fd_file.h",
258 "base/unix_file/fd_file_test.cc",
/art/runtime/
Dtrace.h37 namespace unix_file {
144 static void Start(std::unique_ptr<unix_file::FdFile>&& file,
/art/profman/
Dprofman.cc619 unix_file::FdFile out_fd(dump_output_to_fd_, /*check_usage=*/ false); in DumpProfileInfo()
750 unix_file::FdFile out_fd(dump_output_to_fd_, /*check_usage=*/ false); in DumpClassesAndMethods()
/art/dexlayout/
Ddexlayout_test.cc555 return unix_file::FdFile(file_path, 0, false).Unlink(); in UnlinkFile()
/art/dex2oat/linker/
Dimage_writer.cc747 image_file.reset(new File(image_fd, unix_file::kCheckSafeUsage)); in Write()