Searched refs:FS_IS_W (Results 1 – 4 of 4) sorted by relevance
105 #define FS_IS_W 9 macro
843 #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) …844 #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X)881 case FS_IS_W: in php_stat()918 if (type >= FS_IS_W && type <= FS_IS_X) { in php_stat()996 case FS_IS_W: in php_stat()1140 FileFunction(PHP_FN(is_writable), FS_IS_W) in FileFunction()
436 #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) …437 #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X)453 if (type >= FS_IS_W && type <= FS_IS_X) { in phar_fancy_stat()523 case FS_IS_W: in phar_fancy_stat()872 PharFileFunction(phar_is_writable, FS_IS_W, orig_is_writable) in PharFileFunction()
1217 FileInfoFunction(isWritable, FS_IS_W) in FileInfoFunction()
Completed in 30 milliseconds