Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap/
Dinspect.cpp16 static const size_t PATH_LENGTH = 256; variable
105 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()