HomeSort by relevance Sort by last modified time
    Searched defs:cache_temp_source (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/otautil/include/otautil/
paths.h 37 std::string cache_temp_source() const { function in class:Paths
  /bootable/recovery/tests/unit/
applypatch_test.cpp 69 Paths::Get().set_cache_temp_source(cache_temp_source.path);
73 ASSERT_TRUE(android::base::RemoveFileIfExists(cache_temp_source.path));
92 TemporaryFile cache_temp_source; member in class:ApplyPatchTest

Completed in 91 milliseconds