Home
last modified time | relevance | path

Searched refs:tmpPath (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_m/components/fs/fatfs/
H A Dfatfs.c78 CHAR tmpPath[FS_DRIVE_NAME_MAX_LEN] = { "/" }; in FsChangeDrive() local
86 retErr = strncpy_s(tmpPath + 1, (FS_DRIVE_NAME_MAX_LEN - 1), (char const *)path, pathLen); in FsChangeDrive()
91 res = f_chdrive(tmpPath); in FsChangeDrive()

Completed in 2 milliseconds