Searched refs:createFlags (Results 1 – 2 of 2) sorted by relevance
31 constexpr int32_t createFlags = in main() local41 format, val, createFlags); in main()45 FAIL_CHECK(newSurfaceControl->mCreateFlags == createFlags); in main()
703 int createFlags = O_CREAT | O_RDWR; in testLowLevelFileIO() local704 int createExclFlags = createFlags | O_EXCL; in testLowLevelFileIO()713 fd = Os.open(filePath, createFlags, S_IRWXU); in testLowLevelFileIO()722 fd = Os.open(filePath, createFlags | O_APPEND, S_IRWXU); in testLowLevelFileIO()732 fd = Os.open(filePath, createFlags | O_TRUNC, S_IRWXU); in testLowLevelFileIO()