Home
last modified time | relevance | path

Searched refs:DupOf (Results 1 – 5 of 5) sorted by relevance

/art/libartbase/base/
Dscoped_flock.h57 static ScopedFlock DupOf(const int fd, const std::string& path,
Dscoped_flock.cc93 ScopedFlock LockedFile::DupOf(const int fd, const std::string& path, in DupOf() function in art::LockedFile
/art/profman/
Dprofile_assistant.cc108 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/
Dpatchoat.cc712 ScopedFlock img_flock = LockedFile::DupOf(out->Fd(), out->GetPath(), in WriteImage()
/art/dex2oat/
Ddex2oat.cc2351 profile_file = LockedFile::DupOf(profile_file_fd_, "profile", in LoadProfile()