Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h60 enum ValidateFilePath { ABC, ETS_MODULES }; enum
209 static bool ValidateAbcPath(const CString &baseFileName, ValidateFilePath checkMode);
Dmodule_path_helper.cpp1137 bool ModulePathHelper::ValidateAbcPath(const CString &baseFileName, ValidateFilePath checkMode) in ValidateAbcPath()
1141 if (checkMode == ValidateFilePath::ETS_MODULES && in ValidateAbcPath()
1145 if (checkMode == ValidateFilePath::ABC && in ValidateAbcPath()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3995 if (!ModulePathHelper::ValidateAbcPath(path, ecmascript::ValidateFilePath::ABC)) { in SetAssetPath()
5135 if (!ModulePathHelper::ValidateAbcPath(filename, ecmascript::ValidateFilePath::ETS_MODULES)) { in ExecuteSecureWithOhmUrl()