Searched refs:SupportedUrl (Results 1 – 4 of 4) sorted by relevance
30 EXPECT_TRUE(FileFetcher::SupportedUrl("file:///path/to/somewhere.bin")); in TEST_F()31 EXPECT_TRUE(FileFetcher::SupportedUrl("FILE:///I/LIKE/TO/SHOUT")); in TEST_F()33 EXPECT_FALSE(FileFetcher::SupportedUrl("file://relative")); in TEST_F()34 EXPECT_FALSE(FileFetcher::SupportedUrl("http:///no_http_here")); in TEST_F()
44 bool FileFetcher::SupportedUrl(const string& url) { in SupportedUrl() function in chromeos_update_engine::FileFetcher61 if (!SupportedUrl(url)) { in BeginTransfer()
39 static bool SupportedUrl(const std::string& url);
286 if (FileFetcher::SupportedUrl(payload_url)) { in ApplyPayload()