Home
last modified time | relevance | path

Searched refs:WriteEntry (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/tar/lib/
Dwrite-entry.js45 const WriteEntry = warner(class WriteEntry extends MiniPass { constant
357 class WriteEntrySync extends WriteEntry {
509 WriteEntry.Sync = WriteEntrySync
510 WriteEntry.Tar = WriteEntryTar
518 module.exports = WriteEntry
Dpack.js30 const WriteEntry = require('./write-entry.js') constant
31 const WriteEntrySync = WriteEntry.Sync
32 const WriteEntryTar = WriteEntry.Tar
76 this[WRITEENTRYCLASS] = WriteEntry
/third_party/ninja/src/
Dbuild_log.cc168 if (!WriteEntry(log_file_, *log_entry)) in RecordCommand()
384 bool BuildLog::WriteEntry(FILE* f, const LogEntry& entry) { in WriteEntry() function in BuildLog
415 if (!WriteEntry(f, *i->second)) { in Recompact()
475 if (!WriteEntry(f, *i->second)) { in Restat()
Dbuild_log.h83 bool WriteEntry(FILE* f, const LogEntry& entry);
/third_party/node/deps/npm/node_modules/tar/
Dindex.js15 exports.WriteEntry = require('./lib/write-entry.js')
DREADME.md710 ### class tar.WriteEntry extends [MiniPass](http://npm.im/minipass)
718 Creating a WriteEntry for a directory does not also create
719 WriteEntry objects for all of the directory contents.
799 ### class tar.WriteEntry.Sync
801 Synchronous version of tar.WriteEntry
803 ### class tar.WriteEntry.Tar
805 A version of tar.WriteEntry that gets its data from a tar.ReadEntry