Searched defs:execle (Results 1 – 2 of 2) sorted by relevance
| /third_party/musl/src/process/ | ||
| D | execle.c | 4 int execle(const char *path, const char *argv0, ...) in execle() function |
| /third_party/python/Lib/ | ||
| D | os.py | 544 def execle(file, *args): function |