Home
last modified time | relevance | path

Searched defs:APR_FILE_ATTR_READONLY (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_file_io.h129 #define APR_FILE_ATTR_READONLY 0x01 /**< File is read-only */ macro
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_file_io.h158 #define APR_FILE_ATTR_READONLY 0x01 /**< File is read-only */ macro
/dports/www/tomcat-native/tomcat-native-1.2.24-src/java/org/apache/tomcat/jni/
H A DFile.java84 public static final int APR_FILE_ATTR_READONLY = 0x01; field in File