Searched refs:is_path (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/fftools/ |
H A D | cmdutils.h | 390 * If is_path is non-zero, look for the file in the path preset_name. 401 * @param is_path tell if preset_name is a filename path 406 const char *preset_name, int is_path, const char *codec_name);
|
H A D | cmdutils.c | 815 const char *preset_name, int is_path, in get_preset_file() 829 if (is_path) { in get_preset_file() 814 get_preset_file(char *filename, size_t filename_size, const char *preset_name, int is_path, const char *codec_name) get_preset_file() argument
|
/third_party/toybox/toys/posix/ |
H A D | find.c | 370 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/eudev/src/shared/ |
H A D | path-util.c | 44 bool is_path(const char *p) { in is_path() function
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | input.py | 2328 is_path = IsPathSection(k) 2329 if is_path:
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | input.py | 2312 is_path = IsPathSection(k) 2313 if is_path:
|
Completed in 11 milliseconds