Home
last modified time | relevance | path

Searched defs:LockedFile (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dscoped_flock.h31 class LockedFile; variable
66 explicit LockedFile(FdFile&& other) : FdFile(std::move(other)) { in LockedFile() function
71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile() function