Searched defs:FileAttribute (Results 1 - 2 of 2) 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
/frameworks/av/libvideoeditor/osal/src/
H A DLVOSA_FileReader_optim.c90 M4OSA_FileAttribute FileAttribute; /**< Opening mode */ member in struct:__anon83
618 apContext->FileAttribute.modeAccess = (M4OSA_FileModeAccess) FileModeAccess;
1041 (*(M4OSA_FileAttribute *)pOptionValue).modeAccess = apContext->FileAttribute.modeAccess;

Completed in 1178 milliseconds