Home
last modified time | relevance | path

Searched refs:AddEntries (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_writer.h36 // and which entries (specifies with AddEntries) are relative to |rootDir|.
60 bool AddEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options);
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp158 return AddEntries(paths, options) && Close(options); in WriteEntries()
161 bool ZipWriter::AddEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options) in AddEntries() function in OHOS::AppExecFwk::LIBZIP::ZipWriter

Completed in 2 milliseconds