HomeSort by relevance Sort by last modified time
    Searched full:mindepth_str (Results 1 - 1 of 1) sorted by null

  /build/kati/
find.cc 686 string mindepth_str = tok.substr(strlen("--mindepth=")).as_string(); local
688 long d = strtol(mindepth_str.c_str(), &endptr, 10);
689 if (endptr != mindepth_str.data() + mindepth_str.size() ||

Completed in 68 milliseconds