OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SupportedUrl
(Results
1 - 4
of
4
) sorted by null
/system/update_engine/common/
file_fetcher_unittest.cc
30
EXPECT_TRUE(FileFetcher::
SupportedUrl
("file:///path/to/somewhere.bin"));
31
EXPECT_TRUE(FileFetcher::
SupportedUrl
("FILE:///I/LIKE/TO/SHOUT"));
33
EXPECT_FALSE(FileFetcher::
SupportedUrl
("file://relative"));
34
EXPECT_FALSE(FileFetcher::
SupportedUrl
("http:///no_http_here"));
file_fetcher.cc
44
bool FileFetcher::
SupportedUrl
(const string& url) {
60
if (!
SupportedUrl
(url)) {
file_fetcher.h
39
static bool
SupportedUrl
(const std::string& url);
/system/update_engine/
update_attempter_android.cc
437
if (FileFetcher::
SupportedUrl
(url)) {
Completed in 51 milliseconds