Searched defs:FileAttribute (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Support/
H A DFile.h25 struct FileAttribute { struct in namespace:bcc
33 // FileAttribute for accessing read-only file
35 struct FileAttribute<FileBase::kReadMode> { struct in namespace:bcc
40 // FileAttribute for accessing writable file
42 struct FileAttribute<FileBase::kWriteMode> { struct in namespace:bcc
51 : FileBase(pFilename, FileAttribute<OpenMode>::kOpenFlags, pFlags) { }
54 FileAttribute<OpenMode>::kDefaultLockMode),
53 lock(enum LockModeEnum pMode = static_cast<enum LockModeEnum>( FileAttribute<OpenMode>::kDefaultLockMode), bool pNonblocking = true, unsigned pMaxRetry = FileBase::kDefaultMaxRetryLock, useconds_t pRetryInterval = FileBase::kDefaultRetryLockInterval) argument

Completed in 570 milliseconds