filesystem relative command line More...
#include "kobanzame.h"
#include <string.h>
Defines | |
#define | MORE_MAX_LIST_LINES (32) |
USER DEFINE: Max lines at more command. | |
#define | TEST_FILE_SIZE (1024*1024*10) |
#define | TEST_FILE_NAME "test_tmp" |
#define | SD_TEST_VERSION 1 |
#define | TEST_PTN_4BYTE 0x55565758L |
Functions | |
const char * | KzGetCurPath (void) |
void | KzSetPath (char *dest, const char *arg) |
SDK Private : Set file path. | |
KZSTATUS_t | KzFilesystemStart (void) |
Filesystem start. | |
KZSTATUS_t | KzAddCmdFilesystem (void) |
Add Filesystem commands. |
filesystem relative command line
KOBANZAME SDK Software Developers Kit for Blackfin DSP Evaluation Board(KOBANZAME).
Copyright (C) 2010, KOBANZAME SDK Project, all right reserved
LICENSE: The software is a free and you can use and redistribute it for personal, non-profit or commercial products. Redistributions of source code must retain the above copyright notice. There is no warranty in this software, if you suffer any damages by using the software.
void KzSetPath | ( | char * | dest, | |
const char * | arg | |||
) |
SDK Private : Set file path.
dest | destination buffer | |
arg | path argument |