Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_buf.h82 uint8_t is_file:1; member
121 ((b)->is_file)
124 (b)->is_file = 1
127 (b)->is_file = 0
/unit/test/
H A Dtest_usr1.py34 assert not Path(log_path).is_file(), 'rename old'
64 assert not Path(log_path).is_file(), 'rename old'
H A Dtest_asgi_lifespan.py19 exists = path.is_file()
H A Dtest_python_isolation.py27 if not Path(cgroup).is_file():
H A Dconftest.py276 if not Path(unitd).is_file():
444 if item.is_file() or stat.S_ISSOCK(item.stat().st_mode):