SimpleFS
A Simple File Sytem implementation including Disk and Shell Layers
|
Implementation of fs.h layer_2 functions. More...
#include "sfs/fs.h"
#include "sfs/sha256.h"
#include <algorithm>
#include <string>
#include <math.h>
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <iostream>
Go to the source code of this file.
Implementation of fs.h layer_2 functions.
Mainly includes all the functions at Directory & Files level These functions are directly accessed by the shell and are declared public. They are build upon the functions in fs_layer_1.cpp.
Definition in file fs_layer_2.cpp.