HomeSort by relevance Sort by last modified time
    Searched full:src_part_path (Results 1 - 1 of 1) sorted by null

  /system/update_engine/payload_generator/
ab_generator_unittest.cc 579 string src_part_path; local
581 &src_part_path, nullptr));
582 ScopedPathUnlinker src_part_path_unlinker(src_part_path);
585 ASSERT_TRUE(utils::WriteFile(src_part_path.c_str(), src_data.data(),
588 EXPECT_TRUE(ABGenerator::AddSourceHash(&aops, src_part_path));

Completed in 59 milliseconds