Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/
DREADME.md51 ![](./figures/python-url.png)
/drivers/peripheral/format/interfaces/include/
Dformat_type.h435 …char url[URL_LEN]; /**< Network URI or local file path. The maximum length is specified by <b>URL_… member
533 char url[URL_LEN]; /**< File path. For details, see {@link URL_LEN}. */ member
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/
Dbase.py44 url = "file:///{}/index.html".format(path)
46 return url
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/testsuits/
Dtest_index.py29 url = test.getfiledir() variable in TestHcsTool
44 self.driver.get(self.url)