Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddiff.c450 static char *concat_file_path(char *path, char *default_path) in concat_file_path() function
473 tmp = concat_file_path(toys.optargs[1 - TT.dir_num], ptr); in skip()
681 path[0] = concat_file_path(dir[0].list[0], dir[1].list[r] + TT.len[1]); in create_empty_entry()
688 path[1] = concat_file_path(dir[1].list[0], dir[0].list[l] + TT.len[0]); in create_empty_entry()
847 files[1 - d] = concat_file_path(files[1 - d], slash ? slash + 1 : files[d]); in diff_main()