Searched refs:PATH_LENGTH (Results 1 – 1 of 1) sorted by relevance
16 static const size_t PATH_LENGTH = 256; variable105 if (pos_ + PATH_LENGTH > len_) { in nextPath()109 memcpy(b, buf_ + pos_, PATH_LENGTH); in nextPath()110 pos_ += PATH_LENGTH; in nextPath()170 char path[PATH_LENGTH]; in parse_idmap_header()