Home
last modified time | relevance | path

Searched refs:whiteListFilePath (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dwhite_list_util.cpp65 char *whiteListFilePath = GetOneCfgFile(WHITELIST_FILE_PATH, buf, MAX_PATH_LEN); in GetWhiteListCfgFile() local
66 if (whiteListFilePath == nullptr) { in GetWhiteListCfgFile()
71 if (strlen(whiteListFilePath) == 0 || strlen(whiteListFilePath) > PATH_MAX || in GetWhiteListCfgFile()
72 realpath(whiteListFilePath, path) == nullptr) { in GetWhiteListCfgFile()