mirror of
https://github.com/openharmony/utils_native_lite.git
synced 2026-07-19 22:43:34 -04:00
feat: support UtilsSetEnv
Signed-off-by: yangjian <jianyang@bestechnic.com> Change-Id: I41aabbfc93d7f3270f1c92dff9797ef1cb770e54
This commit is contained in:
@@ -164,4 +164,9 @@ int ClearKVCache(void)
|
||||
{
|
||||
return ClearKVCacheInner();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
int UtilsSetEnv(const char* path)
|
||||
{
|
||||
return EC_SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user