Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dos.h22 namespace unix_file {
28 typedef ::unix_file::FdFile File;
H A Dscoped_flock.h37 class LockedFile : public unix_file::FdFile {
/aosp12/art/libartbase/
H A DAndroid.bp58 "base/unix_file/fd_file.cc",
59 "base/unix_file/random_access_file_utils.cc",
158 "base/unix_file/fd_file.h",
301 "base/unix_file/fd_file_test.cc",
/aosp12/art/libartbase/base/unix_file/
H A Drandom_access_file_utils.h20 namespace unix_file {
H A Drandom_access_file_utils.cc23 namespace unix_file { namespace
H A Drandom_access_file.h22 namespace unix_file {
H A Dfd_file.h27 namespace unix_file {
H A Drandom_access_file_test.h26 namespace unix_file {
H A Dfd_file_test.cc23 namespace unix_file { namespace
H A Dfd_file.cc46 namespace unix_file { namespace
/aosp12/art/runtime/
H A Dtrace.h37 namespace unix_file {
144 static void Start(std::unique_ptr<unix_file::FdFile>&& file,
/aosp12/art/dexlayout/
H A Ddexlayout_test.cc546 return unix_file::FdFile(file_path, 0, false).Unlink(); in UnlinkFile()
/aosp12/art/runtime/jit/
H A Djit.cc1360 unix_file::FdFile profile(profile_file.c_str(), O_RDONLY, true); in CompileMethodsFromBootProfile()
1410 unix_file::FdFile profile(profile_file.c_str(), O_RDONLY, true); in CompileMethodsFromProfile()
/aosp12/art/profman/
H A Dprofman.cc778 unix_file::FdFile out_fd(dump_output_to_fd_, /*check_usage=*/ false); in DumpProfileInfo()
987 unix_file::FdFile out_fd(dump_output_to_fd_, /*check_usage=*/ false); in DumpClassesAndMethods()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc431 image_file.reset(new File(image_fd, unix_file::kCheckSafeUsage)); in Write()