Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.8/user/apps/shell/
Dcmd.c53 char *file_path = NULL; in get_target_filepath() local
319 char *file_path = get_target_filepath(argv[1], &path_len); in shell_cmd_cat() local
367 char *file_path; in shell_cmd_touch() local
507 char *file_path = get_target_filepath(argv[1], &path_len); in shell_cmd_exec() local
/DragonOS-0.1.8/kernel/src/process/
Dexec.rs97 file_path: &'a str, field
126 pub fn file_path(&self) -> &'a str { in file_path() method