Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi_update.cpp46 bool CheckAssetPresence(const napi_env env, const std::vector<AssetAttr> &attrs) in CheckAssetPresence() function
67 IF_FALSE_RETURN(CheckAssetPresence(env, updateAttrs), napi_invalid_arg); in CheckUpdateArgs()