Home
last modified time | relevance | path

Searched defs:is_path (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/nowide/
Dfstream.hpp363 struct is_path struct
365 typedef char one;
366 struct two
379 {
/third_party/boost/tools/quickbook/src/
Dpath.cpp400 bool path_or_url::is_path() const { return type_ == path_or_url_path; } in is_path() function in quickbook::detail::path_or_url
/third_party/eudev/src/shared/
Dpath-util.c44 bool is_path(const char *p) { in is_path() function
/third_party/toybox/toys/posix/
Dfind.c360 int i = (*s == 'i'), is_path = (s[i] != 'n'); in do_find() local
/third_party/glib/gio/
Dgsettingsbackend.c105 is_path (const gchar *path) in is_path() function
/third_party/boost/boost/graph/distributed/
Dhohberg_biconnected_components.hpp238 bool is_path() const { return gamma == graph_traits<Graph>::null_vertex(); } in is_path() function
/third_party/ffmpeg/fftools/
Dcmdutils.c2046 const char *preset_name, int is_path, in get_preset_file()