Searched refs:ValidateFilePath (Results 1 – 3 of 3) sorted by relevance
60 enum ValidateFilePath { ABC, ETS_MODULES }; enum209 static bool ValidateAbcPath(const CString &baseFileName, ValidateFilePath checkMode);
1137 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()
3995 if (!ModulePathHelper::ValidateAbcPath(path, ecmascript::ValidateFilePath::ABC)) { in SetAssetPath()5135 if (!ModulePathHelper::ValidateAbcPath(filename, ecmascript::ValidateFilePath::ETS_MODULES)) { in ExecuteSecureWithOhmUrl()