Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/services/teecd/include/
H A Dfs_work_agent.h45 #define FILE_NAME_INVALID_STR "../" // file name path must not contain ../ macro
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dfs_work_agent.c232 if (strstr(name, FILE_NAME_INVALID_STR) != NULL) { in CheckFileNameAndPath()