Home
last modified time | relevance | path

Searched refs:pathname (Results 1 – 3 of 3) sorted by relevance

/scripts/native_simulator/common/src/
A Dnsi_host_trampolines.c44 int nsi_host_open(const char *pathname, int flags) in nsi_host_open() argument
46 return open(pathname, flags); in nsi_host_open()
/scripts/native_simulator/common/src/include/
A Dnsi_host_trampolines.h32 int nsi_host_open(const char *pathname, int flags);
/scripts/build/
A Duf2conv.py263 pathname = os.path.join(os.path.dirname(os.path.abspath(__file__)), filename)
264 with open(pathname) as f:

Completed in 6 milliseconds