Home
last modified time | relevance | path

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

/build/tools/ijar/
Dzip_main.cc74 int len1 = strlen(path1); in concat_path() local
75 size_t l = len1; in concat_path()
78 if (l < size - 1 && path1[len1] != '/' && path2[0] != '/') { in concat_path()