Home
last modified time | relevance | path

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

/build/kati/
Dfind.cc614 const string& depth_str = tok.as_string(); in ParseFind() local
616 long d = strtol(depth_str.c_str(), &endptr, 10); in ParseFind()
617 if (endptr != depth_str.data() + depth_str.size() || d < 0 || in ParseFind()