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

  /external/chromium_org/build/android/rezip/
rezip.cc 56 const char* out_zip_filename,
76 << out_zip_filename; local
266 static bool CheckPageAlignAndOnlyOneLibrary(const char* out_zip_filename) {
267 ScopedUnzip scoped_unzip(out_zip_filename);
286 LOG(ERROR) << "failed to get filename" << out_zip_filename;
296 << "Found more than one library in " << out_zip_filename << "\n"
307 LOG(ERROR) << "failed to open subfile" << out_zip_filename << " "
322 LOG(ERROR) << "failed to close subfile" << out_zip_filename << " "
333 LOG(ERROR) << "failed to go to next file" << out_zip_filename;
343 const char* out_zip_filename,
    [all...]

Completed in 129 milliseconds