Home
last modified time | relevance | path

Searched refs:cache_temp_source (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/otautil/include/otautil/
Dpaths.h37 std::string cache_temp_source() const { in cache_temp_source() function
/bootable/recovery/tests/unit/
Dapplypatch_test.cpp69 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
/bootable/recovery/applypatch/
Dapplypatch.cpp100 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()
Dfreecache.cpp96 if (path == Paths::Get().cache_temp_source()) { in FindExpendableFiles()