Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Dnet_bridge.c3160 struct stat statb = { 0 }; in executable_is_present() local
3162 return stat(path, &statb) == 0 && (statb.st_mode & S_IXUSR) != 0; in executable_is_present()