HomeSort by relevance Sort by last modified time
    Searched refs:CacheLocation (Results 1 - 8 of 8) sorted by null

  /bootable/recovery/otautil/
cache_location.cpp 23 CacheLocation& CacheLocation::location() {
24 static CacheLocation cache_location;
28 CacheLocation::CacheLocation()
  /bootable/recovery/otautil/include/otautil/
cache_location.h 26 class CacheLocation {
28 static CacheLocation& location();
53 CacheLocation();
54 DISALLOW_COPY_AND_ASSIGN(CacheLocation);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVol.c 331 UINT8 *CacheLocation;
393 CacheLocation = FvDevice->CachedFv;
430 CacheLocation
441 CacheLocation += Size;
  /bootable/recovery/applypatch/
applypatch.cpp 406 if (LoadFileContents(CacheLocation::location().cache_temp_source().c_str(), &file) != 0) {
528 if (LoadFileContents(CacheLocation::location().cache_temp_source().c_str(), &copy_file) < 0) {
623 if (SaveFileContents(CacheLocation::location().cache_temp_source().c_str(), &source_file) < 0) {
669 unlink(CacheLocation::location().cache_temp_source().c_str());
freecache.cpp 96 if (path == CacheLocation::location().cache_temp_source()) {
  /bootable/recovery/tests/component/
updater_test.cpp 110 CacheLocation::location().set_cache_temp_source(temp_saved_source_.path);
111 CacheLocation::location().set_last_command_file(temp_last_command_.path);
112 CacheLocation::location().set_stash_directory_base(temp_stash_base_.path);
722 std::string last_command_file = CacheLocation::location().last_command_file();
809 std::string last_command_file = CacheLocation::location().last_command_file();
864 std::string last_command_file = CacheLocation::location().last_command_file();
    [all...]
applypatch_test.cpp 100 CacheLocation::location().set_cache_temp_source(old_file);
107 CacheLocation::location().set_cache_temp_source(cache_source.path);
  /bootable/recovery/updater/
blockimg.cpp 77 std::string last_command_file = CacheLocation::location().last_command_file();
86 std::string last_command_file = CacheLocation::location().last_command_file();
122 std::string last_command_file = CacheLocation::location().last_command_file();
680 std::string fn(CacheLocation::location().stash_directory_base());
    [all...]

Completed in 143 milliseconds