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

  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 408 string last_package; local
415 if (package != last_package) {
417 if (!last_package.empty()) { // means this isn't our first pkg
421 last_package = package;
424 if (last_package.empty()) { // never found a package to print
  /external/open-vcdiff/gflags/src/
gflags_reporting.cc 410 string last_package; local
417 if (package != last_package) {
419 if (!last_package.empty()) { // means this isn't our first pkg
423 last_package = package;
426 if (last_package.empty()) { // never found a package to print

Completed in 44 milliseconds