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

  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.h 86 int GetMinorVersion(const ComponentSpecificationMessage& message);
VtsCompilerUtils.cpp 585 int GetMinorVersion(const ComponentSpecificationMessage& message) {
  /system/update_engine/common/
utils_unittest.cc 398 TEST(UtilsTest, GetMinorVersion) {
399 // Test GetMinorVersion by verifying that it parses the conf file and returns
404 EXPECT_FALSE(utils::GetMinorVersion(store, &minor_version));
407 EXPECT_FALSE(utils::GetMinorVersion(store, &minor_version));
410 EXPECT_TRUE(utils::GetMinorVersion(store, &minor_version));
utils.h 318 bool GetMinorVersion(const brillo::KeyValueStore& store,
utils.cc 1024 bool GetMinorVersion(const brillo::KeyValueStore& store,
    [all...]
  /system/update_engine/payload_consumer/
delta_performer.h 162 uint32_t GetMinorVersion() const;
delta_performer.cc 354 GetMinorVersion() != kInPlaceMinorPayloadVersion) {
417 uint32_t DeltaPerformer::GetMinorVersion() const {
    [all...]
delta_performer_unittest.cc     [all...]
  /system/update_engine/payload_generator/
generate_delta_main.cc 569 utils::GetMinorVersion(store, &minor_version)) {
  /test/vts/compilation_tools/vtsc/code_gen/profiler/
HalHidlProfilerCodeGen.cpp 512 << " || minor_version > " << GetMinorVersion(message) << ") {\n";

Completed in 789 milliseconds