Home
last modified time | relevance | path

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

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/test/
H A DCreateTest.java66 Stat childStat = createWithStatVerifyResult("/foo/child"); in testCreateWithStat() local
68 assertFalse(stat.equals(childStat)); in testCreateWithStat()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp105 int childStat{0}; in ParentProcess() local
106 wait(&childStat); in ParentProcess()
107 if (!WIFEXITED(childStat) || WEXITSTATUS(childStat) != 0) { in ParentProcess()
/dports/devel/f18/f18-1688bef/tools/f18/
H A Df18-parse-demo.cc110 int childStat{0}; in ParentProcess() local
111 wait(&childStat); in ParentProcess()
112 if (!WIFEXITED(childStat) || WEXITSTATUS(childStat) != 0) { in ParentProcess()
H A Df18.cc117 int childStat{0}; in ParentProcess() local
118 wait(&childStat); in ParentProcess()
119 if (!WIFEXITED(childStat) || WEXITSTATUS(childStat) != 0) { in ParentProcess()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/tools/f18/
H A Df18.cpp116 int childStat{0}; in ParentProcess() local
117 wait(&childStat); in ParentProcess()
118 if (!WIFEXITED(childStat) || WEXITSTATUS(childStat) != 0) { in ParentProcess()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/
H A DCreateContainerTest.java93 Stat childStat = createWithStatVerifyResult("/foo/child"); in testCreateWithStat() local
95 assertFalse(stat.equals(childStat)); in testCreateWithStat()