Home
last modified time | relevance | path

Searched refs:FUNC_EXE_OK (Results 1 - 1 of 1) sorted by relevance

/foundation/multimodalinput/input/service/event_dump/src/
H A Devent_statistic.cpp32 constexpr int32_t FUNC_EXE_OK = 0; member
114 if (stat(EVENT_FILE_NAME.c_str(), &statbuf) == FUNC_EXE_OK) { in WriteEventFile()
118 if (access(EVENT_FILE_NAME_HISTORY.c_str(), F_OK) == FUNC_EXE_OK && in WriteEventFile()
119 remove(EVENT_FILE_NAME_HISTORY.c_str()) != FUNC_EXE_OK) { in WriteEventFile()
122 if (rename(EVENT_FILE_NAME.c_str(), EVENT_FILE_NAME_HISTORY.c_str()) != FUNC_EXE_OK) { in WriteEventFile()

Completed in 1 milliseconds