Searched refs:CheckFileParam (Results 1 – 8 of 8) sorted by relevance
30 auto ret = impl.CheckFileParam(INVALID_PATH); in fuzzelCheckFileParamCaseOne()40 auto ret = impl.CheckFileParam(INVALID_SUFFIX); in fuzzelCheckFileParamCaseTwo()50 auto ret = impl.CheckFileParam(INVALID_PREFIX); in fuzzelCheckFileParamCaseThree()
275 auto ret1 = impl.CheckFileParam(abcPaths);279 ret1 = impl.CheckFileParam(abcPaths);283 ret1 = impl.CheckFileParam(abcPaths);288 ret1 = impl.CheckFileParam(abcPaths);
34 auto ret1 = impl.CheckFileParam(abcPaths); in DoSomethingInterestingWithMyAPI()
205 auto ret = impl.CheckFileParam(INVALID_PATH);208 ret = impl.CheckFileParam(INVALID_SUFFIX);211 ret = impl.CheckFileParam(INVALID_PREFIX);
49 bool CheckFileParam(const std::vector<std::string> &abcPaths);
44 bool CheckFileParam(const std::string &filePath);
166 if (!CheckFileParam(abcPaths)) { in Verify()292 bool VerifyManagerHostImpl::CheckFileParam(const std::vector<std::string> &abcPaths) in CheckFileParam() function in OHOS::AppExecFwk::VerifyManagerHostImpl
130 if (!CheckFileParam(filePath)) { in BeforeAddExtResource()139 bool ExtendResourceManagerHostImpl::CheckFileParam(const std::string &filePath) in CheckFileParam() function in OHOS::AppExecFwk::ExtendResourceManagerHostImpl