NeKernel dev
|
Classes | |
struct | Index |
class | IndexableProperty |
Functions | |
Void | fs_index_file (const Char *filename, SizeT filenameLen, IndexableProperty &indexer) |
Index a file into the indexer instance. |
Void Kernel::Indexer::fs_index_file | ( | const Char * | filename, |
SizeT | filenameLen, | ||
IndexableProperty & | indexer ) |
Index a file into the indexer instance.
filename | path |
filenameLen | used bytes in path. |
indexer | the filesystem indexer. |
filename | filesystem path to access. |
filenameLen | used bytes in path. |
indexer | the filesystem indexer. |