HomeSort by relevance Sort by last modified time
    Searched defs:FileBase (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 17 #include "bcc/Support/FileBase.h"
45 FileBase::FileBase(const std::string &pFilename,
77 FileBase::~FileBase() {
81 bool FileBase::open() {
100 bool FileBase::checkFileIntegrity() {
129 void FileBase::detectError() {
134 bool FileBase::lock(enum LockModeEnum pMode,
209 void FileBase::unlock()
    [all...]
  /frameworks/compile/libbcc/include/bcc/Support/
FileBase.h 31 class FileBase {
99 FileBase(FileBase &); // Do not implement.
100 void operator=(const FileBase &); // Do not implement.
104 // FileBase. It's a bit set composed by the value defined in
105 // FileBase::FlagEnum.
106 FileBase(const std::string &pFilename, unsigned pOpenFlags, unsigned pFlags);
150 virtual ~FileBase();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rexec.py 32 class FileBase:
39 class FileWrapper(FileBase):
57 class FileDelegate(FileBase):
63 for m in FileBase.ok_file_methods + ('close',):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rexec.py 32 class FileBase:
39 class FileWrapper(FileBase):
57 class FileDelegate(FileBase):
63 for m in FileBase.ok_file_methods + ('close',):

Completed in 200 milliseconds