Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/hdi_service/database/src/
H A Dglobal_config_file_manager.c26 #define GLOBAL_CONFIG_INFO "/data/service/el1/public/userauth/globalConfigInfo" macro
129 ret = (ResultCode)fileOperator->writeFile(GLOBAL_CONFIG_INFO, parcel->buf, parcel->contentSize); in UpdateGlobalConfigFile()
140 int32_t ret = fileOperator->getFileLen(GLOBAL_CONFIG_INFO, &fileSize); in ReadGlobalConfigFile()
150 if (fileOperator->readFile(GLOBAL_CONFIG_INFO, parcel->buf, parcel->maxSize) != RESULT_SUCCESS) { in ReadGlobalConfigFile()
241 if (!fileOperator->isFileExist(GLOBAL_CONFIG_INFO)) { in LoadGlobalConfigInfo()

Completed in 1 milliseconds