|
GitOS
|
Go to the source code of this file.
Data Structures | |
| struct | path_part |
Macros | |
| #define | MAX_PATH 1024 |
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 *part) |
| #define MAX_PATH 1024 |
| void pathparser_free | ( | struct path_part * | part | ) |
References kfree(), path_part::next, and path_part::part.
| int pathparser_get_drive_number | ( | const char * | path | ) |