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

  /system/core/include/ziparchive/
zip_writer.h 118 int32_t StartEntryWithTime(const char* path, size_t flags, time_t time);
134 * StartEntryWithTime(const char*, size_t, time_t). This must be called before
  /system/core/libziparchive/
zip_writer.cc 142 int32_t ZipWriter::StartEntryWithTime(const char* path, size_t flags, time_t time) {
zip_writer_test.cc 166 ASSERT_EQ(0, writer.StartEntryWithTime("align.txt", ZipWriter::kAlign32, time));
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 713 int32_t err = zip_writer_->StartEntryWithTime(valid_name.c_str(), ZipWriter::kCompress,
716 MYLOGE("zip_writer_->StartEntryWithTime(%s): %s\n", valid_name.c_str(),
779 int32_t err = zip_writer_->StartEntryWithTime(entry_name.c_str(), ZipWriter::kCompress, ds.now_);
781 MYLOGE("zip_writer_->StartEntryWithTime(%s): %s\n", entry_name.c_str(),
    [all...]

Completed in 296 milliseconds