Searched refs:EscapeGlob (Results 1 – 4 of 4) sorted by relevance
45 std::string EscapeGlob(const std::string& str);
138 data_root + user_dir + "/*/" + tools::EscapeGlob(runtime_artifacts_path.packageName); in ListRuntimeArtifactsFiles()141 tools::EscapeGlob(runtime_artifacts_path.dexPath), in ListRuntimeArtifactsFiles()142 tools::EscapeGlob(runtime_artifacts_path.isa))); in ListRuntimeArtifactsFiles()
121 TEST_F(ArtToolsTest, EscapeGlob) { in TEST_F() argument139 EXPECT_THAT(Glob({EscapeGlob(file)}, scratch_path_), UnorderedElementsAre(file)); in TEST_F()
175 std::string EscapeGlob(const std::string& str) { in EscapeGlob() function