HomeSort by relevance Sort by last modified time
    Searched full:last_package (Results 1 - 1 of 1) 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

Completed in 25 milliseconds