Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_file_info.h151 #define APR_FINFO_LINK 0x00000001 /**< Stat the link not the file itself if it is a link */ macro
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_file_info.h145 #define APR_FINFO_LINK 0x00000001 /**< Stat the link not the file itself if it is a link */ macro
/dports/www/tomcat-native/tomcat-native-1.2.24-src/java/org/apache/tomcat/jni/
H A DFile.java160 …public static final int APR_FINFO_LINK = 0x00000001; /** Stat the link not the file itself if it… field in File