Home
last modified time | relevance | path

Searched refs:set_cache_temp_source (Results 1 – 6 of 6) sorted by relevance

/bootable/recovery/otautil/include/otautil/
Dpaths.h40 void set_cache_temp_source(const std::string& temp_source) { in set_cache_temp_source() function
/bootable/recovery/tests/unit/
Dapplypatch_test.cpp69 Paths::Get().set_cache_temp_source(cache_temp_source.path); in SetUp()
121 Paths::Get().set_cache_temp_source(source_file); in TEST_F()
130 Paths::Get().set_cache_temp_source(target_file); in TEST_F()
Dapplypatch_modes_test.cpp68 Paths::Get().set_cache_temp_source(cache_source_.path); in SetUp()
Dupdater_test.cpp145 Paths::Get().set_cache_temp_source(temp_saved_source_.path); in SetUp()
/bootable/recovery/updater/
Dupdate_simulator_main.cpp134 Paths::Get().set_cache_temp_source(temp_saved_source.path); in main()
/bootable/recovery/tests/unit/host/
Dupdate_simulator_test.cpp85 Paths::Get().set_cache_temp_source(temp_saved_source.path); in RunSimulation()