Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ stat
Class
stat
components/finsh/msh_file.c:431–431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
for (index = 1; index < argc; index ++)
430
{
431
struct stat s;
432
#ifdef RT_USING_DFS_V2
433
if (dfs_file_lstat(argv[index], &s) == 0)
434
#else
Callers
2
msh_file.c
File · 0.70
cmd_chmod
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected