Searched refs:unix_file (Results 1 – 15 of 15) sorted by relevance
/art/libartbase/base/ |
D | os.h | 22 namespace unix_file { 28 typedef ::unix_file::FdFile File;
|
D | scoped_flock.h | 37 class LockedFile : public unix_file::FdFile {
|
/art/libartbase/base/unix_file/ |
D | random_access_file_utils.h | 20 namespace unix_file {
|
D | random_access_file_utils.cc | 23 namespace unix_file { namespace
|
D | random_access_file.h | 22 namespace unix_file {
|
D | fd_file.h | 27 namespace unix_file {
|
D | random_access_file_test.h | 26 namespace unix_file {
|
D | fd_file_test.cc | 23 namespace unix_file { namespace
|
D | fd_file.cc | 46 namespace unix_file { namespace
|
/art/libartbase/ |
D | Android.bp | 58 "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",
|
/art/runtime/ |
D | trace.h | 37 namespace unix_file { 144 static void Start(std::unique_ptr<unix_file::FdFile>&& file,
|
/art/dexlayout/ |
D | dexlayout_test.cc | 546 return unix_file::FdFile(file_path, 0, false).Unlink(); in UnlinkFile()
|
/art/runtime/jit/ |
D | jit.cc | 1359 unix_file::FdFile profile(profile_file.c_str(), O_RDONLY, true); in CompileMethodsFromBootProfile() 1409 unix_file::FdFile profile(profile_file.c_str(), O_RDONLY, true); in CompileMethodsFromProfile()
|
/art/profman/ |
D | profman.cc | 778 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()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 431 image_file.reset(new File(image_fd, unix_file::kCheckSafeUsage)); in Write()
|