Searched refs:cache_temp_source (Results 1 – 4 of 4) sorted by relevance
37 std::string cache_temp_source() const { in cache_temp_source() function
69 Paths::Get().set_cache_temp_source(cache_temp_source.path); in SetUp()73 ASSERT_TRUE(android::base::RemoveFileIfExists(cache_temp_source.path)); in TearDown()92 TemporaryFile cache_temp_source; member in ApplyPatchTest
100 if (LoadFileContents(Paths::Get().cache_temp_source(), out) && in ReadPartitionToBuffer()358 if (backup_source && !SaveFileContents(Paths::Get().cache_temp_source(), &source_file)) { in GenerateTarget()419 unlink(Paths::Get().cache_temp_source().c_str()); in GenerateTarget()
96 if (path == Paths::Get().cache_temp_source()) { in FindExpendableFiles()