mirror of
https://github.com/openharmony/utils_native_lite.git
synced 2026-07-19 14:33:34 -04:00
!61 feat: support UtilsSetEnv
Merge pull request !61 from besyangjian/master
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