Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/apps/shell/
Dcmd.c318 int path_len = 0; in shell_cmd_cat() local
319 char *file_path = get_target_filepath(argv[1], &path_len); in shell_cmd_cat()
366 int path_len = 0; in shell_cmd_touch() local
373 file_path = get_target_filepath(argv[1], &path_len); in shell_cmd_touch()
506 int path_len = 0; in shell_cmd_exec() local
507 char *file_path = get_target_filepath(argv[1], &path_len); in shell_cmd_exec()