NeKernel dev
Loading...
Searching...
No Matches
Kernel::Indexer Namespace Reference

Classes

struct  Index
class  IndexableProperty

Functions

Void fs_index_file (const Char *filename, SizeT filenameLen, IndexableProperty &indexer)
 Index a file into the indexer instance.

Function Documentation

◆ fs_index_file()

Void Kernel::Indexer::fs_index_file ( const Char * filename,
SizeT filenameLen,
IndexableProperty & indexer )

Index a file into the indexer instance.

Parameters
filenamepath
filenameLenused bytes in path.
indexerthe filesystem indexer.
Returns
none.
Parameters
filenamefilesystem path to access.
filenameLenused bytes in path.
indexerthe filesystem indexer.
Returns
none, check before if indexer can be claimed (using indexer.HasFlag(kIndexerClaimed)).