HomeSort by relevance Sort by last modified time
    Searched refs:checkUsage (Results 1 - 2 of 2) sorted by null

  /art/libartbase/base/unix_file/
fd_file.h 40 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)
45 : FdFile(path, flags, 0640, checkUsage) {}
46 FdFile(const std::string& path, int flags, mode_t mode, bool checkUsage);
119 bool CheckUsage() const;
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp     [all...]

Completed in 87 milliseconds