Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c4300 char icacls_command[1024]; in call_icacls() local
4304 vsnprintf(icacls_command, ARRAYSIZE(icacls_command), command, args); in call_icacls()
4306 return system(icacls_command); in call_icacls()