Home
last modified time | relevance | path

Searched refs:default_table (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_default.c724 static FSResult (*const (default_table[])) (FSFile *) = in FSi_TranslateCommand() local
740 if (command < sizeof(default_table) / sizeof(*default_table)) in FSi_TranslateCommand()
742 result = (*default_table[command])(file); in FSi_TranslateCommand()