Home
last modified time | relevance | path

Searched refs:strRet (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/
H A Ddirectory_ex.cpp237 int strRet; in ForceRemoveDirectory() local
284 strRet = strcpy_s(node.name, sizeof(node.name), name); in ForceRemoveDirectory()
285 if (strRet != EOK) { in ForceRemoveDirectory()
286 … UTILS_LOGE("Failed to exec strcpy_s, name= %{public}s, strRet= %{public}d", name, strRet); in ForceRemoveDirectory()
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/
H A Dn_val.cpp84 auto strRet = unique_ptr<char[]>(reinterpret_cast<char *>(str.release())); in ToUTF16String() local
85 return { true, move(strRet), strLen }; in ToUTF16String()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/
H A Dn_val.cpp110 auto strRet = unique_ptr<char[]>(reinterpret_cast<char *>(str.release())); in ToUTF16String() local
111 return { true, move(strRet), strLen }; in ToUTF16String()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H A Dn_val.cpp147 auto strRet = unique_ptr<char[]>(reinterpret_cast<char *>(str.release())); in ToUTF16String() local
148 return { true, move(strRet), strLen }; in ToUTF16String()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_value.cpp103 auto strRet = unique_ptr<char[]>(reinterpret_cast<char *>(str.release())); in ToUTF16String() local
104 return {true, move(strRet), strLen}; in ToUTF16String()
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_val.cpp127 auto strRet = unique_ptr<char[]>(reinterpret_cast<char *>(str.release())); in ToUTF16String() local
128 return {true, move(strRet), strLen}; in ToUTF16String()
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_configuration_test.cpp77 std::string strRet = ethernetConfiguration.ReadJsonFile(FILE_PATH); variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_test_ng.cpp289 std::string strRet = ""; variable