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

  /external/avb/test/
avb_unittest_util.h 76 std::string signing_options; local
78 signing_options = " --algorithm NONE ";
80 signing_options = std::string(" --algorithm ") + algorithm + " --key " +
91 signing_options.c_str(),

Completed in 578 milliseconds