|
| void | cuttlefish::CreateTempFileWithText (const std::string &filepath, const std::string &text) |
| |
| Result< void > | cuttlefish::anonymous_namespace{cas_downloader_test.cpp}::RemoveFileIfExists (const std::string &path) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, FailsToCreateWithInvalidConfigPath) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, FailsToCreateWithInvalidCasDownloaderPath) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, UsesAdcIfServiceAccountUnavailable) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, UsesServiceAccountIfAvailable) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, IgnoresUnsupportedFlags) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, HandlesFalseBoolFlag) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, HandlesInvocationIdFlag) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, HandlesUnexpectedHelpOutput) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, PassesOptionalStatsFilepathWhenSet) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, RecognizesValidFlags) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, DisablesCacheIfCacheDirNotSet) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, CacheEnabledIfCacheDirSet) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, FailsIfDigestsFileDoesNotExist) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, FailsIfArtifactNotInDigestsFile) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, DownloadsDigestsOnlyIfNeeded) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, DownloadsUncompressedIfPreferUncompressed) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, DownloadsCompressedIfNotPreferUncompressed) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, DownloadsCompressedIfPreferUncompressedButUnavailable) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, PassesCasOptionsFromCommandLine) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, CacheMaxSize_DefaultWhenAbsent) |
| |
| | cuttlefish::TEST_F (CasDownloaderTests, CacheMaxSize_OverriddenWhenTooSmall) |
| |
| int | cuttlefish::main (int argc, char **argv) |
| |