Searched refs:UNUSED_FUNCTION (Results 1 – 3 of 3) sorted by relevance
62 static UNUSED_FUNCTION void *DBDlOpen() in DBDlOpen()71 static UNUSED_FUNCTION int Mkdir(const std::string &filePath) in Mkdir()80 static UNUSED_FUNCTION int Access(const std::string &filePath) in Access()89 static UNUSED_FUNCTION bool Fsync(const std::string &filePath) in Fsync()116 static UNUSED_FUNCTION std::string ExtractFileName(const std::string &path) in ExtractFileName()
26 #define UNUSED_FUNCTION __attribute__((unused)) macro30 static UNUSED_FUNCTION uint32_t GetUid() in GetUid()39 static UNUSED_FUNCTION int MkDir(const std::string &filePath, mode_t dirRight = DIR_RIGHT)48 static UNUSED_FUNCTION uint64_t GetThreadId() in GetThreadId()
25 #ifndef UNUSED_FUNCTION26 #define UNUSED_FUNCTION __attribute__((unused)) macro