Searched refs:S_IXOTH (Results 26 - 27 of 27) sorted by relevance

12

/external/protobuf/gtest/build-aux/
H A Dltmain.sh2973 #ifndef S_IXOTH
2974 # define S_IXOTH 0
3282 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3301 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/external/protobuf/
H A Dltmain.sh2973 #ifndef S_IXOTH
2974 # define S_IXOTH 0
3282 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3301 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);

Completed in 30 milliseconds

12