Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgsettingsbackend.c105 is_path (const gchar *path) in is_path() function
430 g_return_if_fail (is_path (path)); in g_settings_backend_keys_changed()
477 g_return_if_fail (is_path (path)); in g_settings_backend_path_changed()
528 g_return_if_fail (is_path (path)); in g_settings_backend_path_writable_changed()
/third_party/boost/tools/quickbook/src/
Dpath.hpp93 bool is_path() const;
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
406 assert(is_path()); in get_path()
/third_party/toybox/toys/posix/
Dfind.c360 int i = (*s == 'i'), is_path = (s[i] != 'n'); in do_find() local
364 if (new && is_path) name = path = dirtree_path(new, 0); in do_find()
372 test = !fnmatch(arg, is_path ? name : basename(name), in do_find()
373 FNM_PATHNAME*(!is_path)); in do_find()
/third_party/boost/boost/nowide/
Dfstream.hpp363 struct is_path struct
393 struct enable_if_path : enable_if<is_path<Path>::value, Result>
/third_party/ffmpeg/fftools/
Dcmdutils.h606 const char *preset_name, int is_path, const char *codec_name);
Dcmdutils.c2047 const char *preset_name, int is_path, in get_preset_file() argument
2056 if (is_path) { in get_preset_file()
/third_party/eudev/src/shared/
Dpath-util.c44 bool is_path(const char *p) { 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
773 if (edata.msg.is_path()) { in echo_phase()
/third_party/node/tools/gyp/pylib/gyp/
Dinput.py2340 is_path = IsPathSection(k)
2341 if is_path:
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dinput.py2140 is_path = IsPathSection(k)
2141 if is_path: