Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
Dfind.c370 int i = (*s == 'i'), is_path = (s[i] != 'n'); in do_find() local
376 else if (new && is_path) name = path = dirtree_path(new, 0); in do_find()
385 FNM_PATHNAME*(!is_path)); in do_find()
/third_party/ffmpeg/fftools/
Dcmdutils.h606 const char *preset_name, int is_path, const char *codec_name);
Dcmdutils.c2046 const char *preset_name, int is_path, in get_preset_file() argument
2055 if (is_path) { in get_preset_file()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dinput.py2140 is_path = IsPathSection(k)
2141 if is_path:
/third_party/node/tools/gyp/pylib/gyp/
Dinput.py2340 is_path = IsPathSection(k)
2341 if is_path: