HomeSort by relevance Sort by last modified time
    Searched full:concat_file_path (Results 1 - 1 of 1) sorted by null

  /external/toybox/toys/pending/
diff.c 440 static char *concat_file_path(char *path, char *default_path) function
463 tmp = concat_file_path(toys.optargs[1 - TT.dir_num], ptr);
658 path[0] = concat_file_path(dir[0].list[0], dir[1].list[r] + TT.len[1]);
665 path[1] = concat_file_path(dir[1].list[0], dir[0].list[l] + TT.len[0]);
827 files[1 - d] = concat_file_path(files[1 - d], slash ? slash + 1 : files[d]);

Completed in 3967 milliseconds