Searched refs:DupOf (Results 1 – 5 of 5) sorted by relevance
/art/libartbase/base/ |
D | scoped_flock.h | 57 static ScopedFlock DupOf(const int fd, const std::string& path,
|
D | scoped_flock.cc | 93 ScopedFlock LockedFile::DupOf(const int fd, const std::string& path, in DupOf() function in art::LockedFile
|
/art/profman/ |
D | profile_assistant.cc | 108 flocks_[i] = LockedFile::DupOf(fds[i], "profile-file", in Init() 139 ScopedFlock reference_profile_file = LockedFile::DupOf(reference_profile_file_fd, in ProcessProfiles()
|
/art/patchoat/ |
D | patchoat.cc | 712 ScopedFlock img_flock = LockedFile::DupOf(out->Fd(), out->GetPath(), in WriteImage()
|
/art/dex2oat/ |
D | dex2oat.cc | 2351 profile_file = LockedFile::DupOf(profile_file_fd_, "profile", in LoadProfile()
|