|
GitOS
|
#include "Path.hpp"#include <common/status.h>#include <kernel.h>#include <memory/heap/kheap.h>#include "common/string.h"Functions | |
| int | pathparser_parse (struct path_part **path_root_out, const char *path, const char *current_dir_path) |
| int | pathparser_get_drive_number (const char *path) |
| void | pathparser_free (struct path_part *path) |
| void pathparser_free | ( | struct path_part * | path | ) |
References kfree(), path_part::next, and path_part::part.
| int pathparser_get_drive_number | ( | const char * | path | ) |