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

  /device/google/cuttlefish_common/common/libs/auto_resources/
auto_free_buffer_test.cpp 105 constexpr char kFormatString[] = "Printf %s %d %03d %02x Test.";
113 kFormatString, kParam1, kParam2, kParam3, kParam4);
117 buffer_.PrintF(kFormatString, kParam1, kParam2, kParam3, kParam4));
128 buffer_.PrintF(kFormatString, kParam1, kParam2, kParam3, kParam4));
  /system/update_engine/payload_generator/
payload_file.cc 340 static const char kFormatString[] = "%6.2f%% %10jd %-13s %s %d";
344 kFormatString,
353 LOG(INFO) << base::StringPrintf(kFormatString,

Completed in 82 milliseconds