Searched refs:rRet (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/tee/tee_client/services/teecd/src/ |
H A D | fs_work_agent.c | 628 if (rRet != 0) { in DoOpenFile() 629 tloge("get real path failed. err=%u\n", rRet); in DoOpenFile() 630 return rRet; in DoOpenFile() 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); in SetFileNumLimit() local 1273 if (rRet == 0) { in SetFileNumLimit() [all …]
|
/ohos5.0/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()
|