Searched refs:rRet (Results 1 - 2 of 2) sorted by relevance
/base/tee/tee_client/services/teecd/src/ |
H A D | fs_work_agent.c | 627 uint32_t rRet = GetRealFilePath(path, trustPath, sizeof(trustPath)); in DoOpenFile() local 628 if (rRet != 0) { in DoOpenFile() 629 tloge("get real path failed. err=%u\n", rRet); in DoOpenFile() 630 return rRet; in DoOpenFile() 968 uint32_t rRet = GetRealFilePath(fromPath, realFromPath, sizeof(realFromPath)); in CopyFile() local 969 if (rRet != 0) { in CopyFile() 970 tloge("get real from path failed. err=%u\n", rRet); in CopyFile() 974 rRet = GetRealFilePath(toPath, realToPath, sizeof(realToPath)); in CopyFile() 975 if (rRet != 0) { in CopyFile() 976 tloge("get real to path failed. err=%u\n", rRet); in CopyFile() 1272 int32_t rRet = getrlimit(RLIMIT_NOFILE, &rlim); SetFileNumLimit() local [all...] |
/base/tee/tee_client/interfaces/kits/c/src/ |
H A D | tee_client.cpp | 1337 TEEC_Result rRet = FormatSharedMemory(reply, sharedMem, &offset); in ProcAllocateSharedMemory() local 1338 CHECK_ERR_RETURN(rRet, TEEC_SUCCESS, rRet); in ProcAllocateSharedMemory() 1346 rRet = MapSharedMemory(fd, offset, sharedMem); in ProcAllocateSharedMemory() 1347 if (rRet != TEEC_SUCCESS) { in ProcAllocateSharedMemory()
|
Completed in 4 milliseconds