Home
last modified time | relevance | path

Searched refs:strSize (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/global/global_napi_test/entry/src/main/cpp/napi/
H A Dglobal_napi_test.cpp40 size_t strSize; in GetFileList() local
42 napi_get_value_string_utf8(env, argv[1], strBuf, sizeof(strBuf), &strSize); in GetFileList()
43 std::string filename(strBuf, strSize); in GetFileList()
142 size_t strSize; in GetRawFileContent() local
144 napi_get_value_string_utf8(env, argv[1], strBuf, sizeof(strBuf), &strSize); in GetRawFileContent()
145 std::string filename(strBuf, strSize); in GetRawFileContent()
182 size_t strSize; in GetRawFileContent64() local
184 napi_get_value_string_utf8(env, argv[1], strBuf, sizeof(strBuf), &strSize); in GetRawFileContent64()
185 std::string filename(strBuf, strSize); in GetRawFileContent64()
300 size_t strSize; in GetRawFileDescriptor() local
327 size_t strSize; GetRawFileDescriptor64() local
349 size_t strSize; IsRawDir() local
843 size_t strSize; GetRawFileDescriptorData() local
889 size_t strSize; GetMediaBase64DataByName() local
943 size_t strSize; GetMediaDataByName() local
986 size_t strSize; GetDrawableDescriptorDataByName() local
[all...]
/test/xts/hats/hdf/display/buffer/moduletest/
H A Ddisplay_buffer_mt.cpp53 int strSize = strlen(VERIFY_MSG) + 1; in WriteBuffer() local
61 for (; i < handle.size - strSize;) { in WriteBuffer()
67 i += strSize; in WriteBuffer()
76 __func__, __LINE__, handle.size, strSize); in WriteBuffer()
78 for (i = 0; i < handle.size - SIZE_TIMES * strSize; i = i + strSize) { in WriteBuffer()
/test/xts/hats/hdf/display/buffer/moduletest_additional/
H A Ddisplay_buffer_mt.cpp49 int strSize = strlen(verifyMsg) + 1; in WriteBuffer() local
57 for (; i < handle.size - strSize;) { in WriteBuffer()
63 i += strSize; in WriteBuffer()
71 strSize); in WriteBuffer()
72 for (i = 0; i < handle.size - SIZE_TIMES * strSize; i = i + strSize) { in WriteBuffer()

Completed in 10 milliseconds