Searched refs:IsDirExsit (Results 1 – 4 of 4) sorted by relevance
153 EXPECT_FALSE(JsonParser::IsDirExsit(""));157 EXPECT_FALSE(JsonParser::IsDirExsit(TEST_JSON_PATH.c_str()));
33 static bool IsDirExsit(const std::string& file);
116 bool JsonParser::IsDirExsit(const std::string& file) in IsDirExsit() function in OHOS::Security::AccessToken::JsonParser
57 if ((path == nullptr) || (!JsonParser::IsDirExsit(path))) { in GetConfigFilePathList()