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

/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp593 class FileContents { class in namespace:__anon583
595 DISALLOW_COPY_AND_ASSIGN_ALLOW_MOVE(FileContents);
596 FileContents() = default;
600 FileContents(const zbi_bootfs_dirent_t& entry, function in class:__anon583::FileContents
611 FileContents(const char* buffer, bool null_terminate) : function in class:__anon583::FileContents
616 FileContents(FileContents&& other) { function in class:__anon583::FileContents
620 FileContents& operator=(FileContents&& other) {
628 ~FileContents() {
[all...]

Completed in 38 milliseconds