HomeSort by: relevance | last modified time | path
    Searched refs:_str_to_bool (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
dsl.py 497 def _str_to_bool(s): function
587 self._parse = lambda x: (_str_to_bool(x) if type is bool and isinstance(x, str)
  /src/external/gpl2/lvm2/dist/lib/config/
config.c 1062 static int _str_to_bool(const char *str, int fail) function
1093 return _str_to_bool(v->v.str, fail);

Completed in 60 milliseconds