Home
last modified time | relevance | path

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

/build/make/tools/ijar/
Dzip_main.cc73 const char *path1, const char *path2) { in concat_path() argument
78 if (l < size - 1 && path1[len1] != '/' && path2[0] != '/') { in concat_path()
84 strncat(out, path2, size - 1 - l); in concat_path()