Searched refs:dirstat (Results 1 – 1 of 1) sorted by relevance
130 struct stat dirstat; in op_open_agent() local137 rc = stat(AGENT_DIR, &dirstat); in op_open_agent()138 if (rc || !S_ISDIR(dirstat.st_mode)) { in op_open_agent()