MOS Source Code
Loading...
Searching...
No Matches
kutils.cpp File Reference
#include "mos/misc/kutils.hpp"
#include "mos/syslog/printk.hpp"
#include <bits/c++config.h>
#include <mos/string.hpp>
Include dependency graph for kutils.cpp:

Go to the source code of this file.

Functions

void hexdump (const char *data, const size_t len)
mos::vector< mos::stringsplit_string (mos::string_view str, char delim)

Variables

static const int HEXDUMP_COLS = 16

Function Documentation

◆ hexdump()

void hexdump ( const char * data,
const size_t len )

Definition at line 12 of file kutils.cpp.

◆ split_string()

mos::vector< mos::string > split_string ( mos::string_view str,
char delim )

Definition at line 47 of file kutils.cpp.

Referenced by dentry_resolve_to_parent().

Here is the call graph for this function:

Variable Documentation

◆ HEXDUMP_COLS

const int HEXDUMP_COLS = 16
static

Definition at line 10 of file kutils.cpp.

Referenced by hexdump().