Searched refs:loadType (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/tee/tee_client/services/teecd/src/ |
H A D | tee_load_dynamic_drv.c | 29 …nt32_t LoadOneFile(const char *dynDir, const struct dirent *dirFile, int32_t fd, uint32_t loadType) in LoadOneFile() argument 70 ret = LoadSecFile(fd, fp, loadType, NULL); in LoadOneFile() 83 static void LoadOneDynamicDir(int32_t fd, const char *dynDir, uint32_t loadType) in LoadOneDynamicDir() argument 94 ret = LoadOneFile(dynDir, dirFile, fd, loadType); in LoadOneDynamicDir()
|