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

  /system/update_engine/common/
hash_calculator.h 50 off_t UpdateFile(const std::string& name, off_t length);
hash_calculator_unittest.cc 120 EXPECT_EQ(2, calc.UpdateFile(data_path, kLengths[i]));
128 EXPECT_EQ(0, calc.UpdateFile(data_path, 0));
129 EXPECT_EQ(1, calc.UpdateFile(data_path, 1));
157 EXPECT_EQ(-1, calc.UpdateFile("/some/non-existent/file", -1));
hash_calculator.cc 46 off_t HashCalculator::UpdateFile(const string& name, off_t length) {
101 off_t res = calc.UpdateFile(name, length);
  /system/update_engine/payload_generator/
delta_diff_utils.cc     [all...]

Completed in 626 milliseconds