Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dresultutils.py41 def is_url(p): function
54 if is_url(f):
92 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):
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0001-support-authentication-for-kickstart.patch70 @@ -28,7 +30,7 @@ is_url = lambda location: '://' in location # RFC 3986
82 if is_url(location):
H A D0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch26 is_url = lambda location: '://' in location # RFC 3986
H A D0004-load.py-retry-to-invoke-request-with-timeout.patch36 is_url = lambda location: '://' in location # RFC 3986