Home
last modified time | relevance | path

Searched refs:is_url (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dresultutils.py41 def is_url(p): function
54 if is_url(f):
88 if is_url(source) or os.path.isfile(source):
H A Dmerge.py19 if resultutils.is_url(args.target_results) or os.path.isdir(args.target_results):
H A Dstore.py31 if resultutils.is_url(args.source) or os.path.isfile(args.source):
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats.c363 static sox_bool is_url(char const * text) /* detects only wget-supported URLs */ in is_url() function
442 else if (is_url(identifier)) { in xfopen()
1186 if (!dirname[0] || is_url(id) || IS_ABSOLUTE(id)) in sox_parse_playlist()