Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file.h40 FdFile(int fd, bool checkUsage);
41 FdFile(int fd, const std::string& path, bool checkUsage);
42 FdFile(int fd, const std::string& path, bool checkUsage, bool read_only_mode);
44 FdFile(const std::string& path, int flags, bool checkUsage) in FdFile() argument
45 : FdFile(path, flags, 0640, checkUsage) {} in FdFile()
46 FdFile(const std::string& path, int flags, mode_t mode, bool checkUsage);