Home
last modified time | relevance | path

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

/art/libartbase/base/
Dscoped_flock.h57 static ScopedFlock DupOf(const int fd, const std::string& path,
Dscoped_flock.cc103 ScopedFlock LockedFile::DupOf(const int fd, const std::string& path, in DupOf() function in art::LockedFile
/art/profman/
Dprofile_assistant.cc140 flocks_[i] = LockedFile::DupOf(fds[i], "profile-file", in Init()
172 ScopedFlock reference_profile_file = LockedFile::DupOf(reference_profile_file_fd, in ProcessProfiles()