Searched defs:LockedFile (Results 1 – 2 of 2) sorted by relevance
31 class LockedFile; variable66 explicit LockedFile(FdFile&& other) : FdFile(std::move(other)) { in LockedFile() function71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile() function
457 LockedFile(const std::string& path, android::base::unique_fd&& fd, int lock_mode) in LockedFile() function