Searched refs:nameLen (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/security_lite/huks/common/ |
H A D | hks_test_file_operator.c | 71 uint32_t nameLen = HKS_MAX_FILE_NAME_LEN; in GetFullFileName() local 72 char *tmpFileName = (char *)HksTestMalloc(nameLen); in GetFullFileName() 76 (void)memset_s(tmpFileName, nameLen, 0, nameLen); in GetFullFileName() 78 int32_t ret = GetFileName(path, fileName, tmpFileName, nameLen); in GetFullFileName()
|
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/ |
H A D | hello.cpp | 102 size_t nameLen; in StartNativeChildProcess() local 103 napi_get_value_string_utf8(env, args[0], libName, sizeof(libName), &nameLen); in StartNativeChildProcess()
|
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/ |
H A D | gles3ndk.cpp | 5626 GLint nameLen; in GLGetActiveUniformBlockName() local 5627 glGetActiveUniformBlockiv(program, blockIndex, GL_UNIFORM_BLOCK_NAME_LENGTH, &nameLen); in GLGetActiveUniformBlockName() 5629 GLchar blockName[nameLen]; in GLGetActiveUniformBlockName() 5630 glGetActiveUniformBlockName(program, blockIndex, nameLen, &length, blockName); in GLGetActiveUniformBlockName()
|
Completed in 16 milliseconds