Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DUriParser.cpp32 auto path_pos = uri.find('/', host_pos); in Parse() local
33 if (path_pos != std::string::npos) in Parse()
34 tmp_path = uri.substr(path_pos); in Parse()
40 ((path_pos != std::string::npos) ? path_pos : uri.size()) - host_pos); in Parse()
/external/toybox/toys/pending/
Dlsof.c141 int path_pos; in scan_unix() local
143 if (sscanf(line, "%*p: %*X %*X %*X %*X %*X %lu %n", &inode, &path_pos) >= 1) { in scan_unix()
145 char *name = chomp(line + path_pos); in scan_unix()