Searched refs:get_realpath (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/cli/src/iobox/ |
A D | mv.c | 39 from = get_realpath(from, abspath_from, sizeof(abspath_from)); in mv_main() 40 to = get_realpath(to, abspath_to, sizeof(abspath_to)); in mv_main()
|
A D | path_helper.h | 9 char *get_realpath(const char *path, char *resolved_path, unsigned int len);
|
A D | cp.c | 151 from = get_realpath(from, abspath_from, sizeof(abspath_from)); in cp_do() 152 to = get_realpath(to, abspath_to, sizeof(abspath_to)); in cp_do()
|
A D | touch.c | 36 file = get_realpath(file, abspath, sizeof(abspath)); in touch_main()
|
A D | echo.c | 79 file = get_realpath(file, abspath, sizeof(abspath)); in echo_main()
|
A D | cat.c | 28 file = get_realpath(file, abspath, sizeof(abspath)); in cat_main()
|
A D | path_helper.c | 29 char *get_realpath(const char *path, char *resolved_path, unsigned int len) in get_realpath() function
|
A D | df.c | 22 dir1 = get_realpath(dir, abspath, sizeof(abspath)); in df_do_dir()
|
A D | mkdir.c | 25 path = get_realpath(path, abspath, sizeof(abspath)); in mkdir_do()
|
A D | rm.c | 117 path = get_realpath(path, abspath, sizeof(abspath)); in rm_main()
|
A D | hexdump.c | 108 file1 = get_realpath(file, abspath, sizeof(abspath)); in hexdump_do()
|
A D | ls.c | 142 dir = get_realpath(dir, abspath, sizeof(abspath)); in ls_do()
|
/AliOS-Things-master/components/cli/src/ |
A D | cli.c | 421 dir = get_realpath(last_str, abspath, sizeof(abspath)); in cli_tab_complete_path()
|
Completed in 17 milliseconds