Go to the source code of this file.
Functions | |
| static int | posix_fadvise (int, off_t, off_t, int) |
| static bool | check_permissions (const QString &filename) |
| Returns false iff file exists and has incorrect permissions. | |
| static bool | is_subtitle_possible (const QString &extension) |
| static QString | local_sub_filename (QFileInfo &fileInfo) |
| static int posix_fadvise | ( | int | , | |
| off_t | , | |||
| off_t | , | |||
| int | ||||
| ) | [static] |
Definition at line 22 of file fileringbuffer.cpp.
Referenced by FileRingBuffer::OpenFile(), and FileRingBuffer::Seek().
| check_permissions | ( | const QString & | filename | ) | [static] |
Returns false iff file exists and has incorrect permissions.
| filename | File (including path) that we want to know about |
Definition at line 115 of file fileringbuffer.cpp.
Referenced by FileRingBuffer::OpenFile().
| static bool is_subtitle_possible | ( | const QString & | extension | ) | [static] |
Definition at line 127 of file fileringbuffer.cpp.
Referenced by FileRingBuffer::OpenFile().
| static QString local_sub_filename | ( | QFileInfo & | fileInfo | ) | [static] |
Definition at line 142 of file fileringbuffer.cpp.
Referenced by FileRingBuffer::OpenFile().
1.6.3