Records

Functions

  • uint64_t AlignToPage (uint64_t offset)

    Defined at line 12 of file ../../src/sys/pkg/lib/far/cpp/alignment.h

  • uint64_t AlignTo8ByteBoundary (uint64_t offset)

    Defined at line 14 of file ../../src/sys/pkg/lib/far/cpp/alignment.h

  • template <typename T>
    bool ReadObject (int fd, T * object)

    Defined at line 15 of file ../../src/sys/pkg/lib/far/cpp/file_operations.h

  • bool ReadManifest (std::string_view path, ArchiveWriter * writer)

    Defined at line 16 of file ../../src/sys/pkg/lib/far/cpp/manifest.cc

  • bool CopyPathToFile (const char * src_path, int dst_fd, uint64_t length)

    Defined at line 16 of file ../../src/sys/pkg/lib/far/cpp/file_operations.cc

  • template <typename T>
    bool WriteObject (int fd, const T & object)

    Defined at line 25 of file ../../src/sys/pkg/lib/far/cpp/file_operations.h

  • bool CopyFileToPath (int src_fd, const char * dst_path, uint64_t length)

    Defined at line 25 of file ../../src/sys/pkg/lib/far/cpp/file_operations.cc

  • bool operator< (const ArchiveEntry & lhs, const ArchiveEntry & rhs)

    Comparies archive entries by dst_path;

    Defined at line 30 of file ../../src/sys/pkg/lib/far/cpp/archive_entry.h

  • template <typename T>
    bool ReadVector (int fd, std::vector<T> * vector)

    Defined at line 32 of file ../../src/sys/pkg/lib/far/cpp/file_operations.h

  • bool CopyFileToFile (int src_fd, int dst_fd, uint64_t length)

    Defined at line 33 of file ../../src/sys/pkg/lib/far/cpp/file_operations.cc

  • template <typename T>
    bool WriteVector (int fd, const std::vector<T> & vector)

    Defined at line 40 of file ../../src/sys/pkg/lib/far/cpp/file_operations.h

  • bool GetOptionValue (const fxl::CommandLine & command_line, std::string_view option, std::string_view usage, std::string * value)

    Defined at line 43 of file ../../src/sys/pkg/bin/far/main.cc

  • int Create (const fxl::CommandLine & command_line)

    Defined at line 55 of file ../../src/sys/pkg/bin/far/main.cc

  • int List (const fxl::CommandLine & command_line)

    Defined at line 78 of file ../../src/sys/pkg/bin/far/main.cc

  • int Extract (const fxl::CommandLine & command_line)

    Defined at line 97 of file ../../src/sys/pkg/bin/far/main.cc

  • int ExtractFile (const fxl::CommandLine & command_line)

    Defined at line 119 of file ../../src/sys/pkg/bin/far/main.cc

  • int Cat (const fxl::CommandLine & command_line)

    Defined at line 145 of file ../../src/sys/pkg/bin/far/main.cc

  • int RunCommand (std::string commandconst fxl::CommandLine & command_line)

    Defined at line 167 of file ../../src/sys/pkg/bin/far/main.cc