Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A 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
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h457 LockedFile(const std::string& path, android::base::unique_fd&& fd, int lock_mode) in LockedFile() function