Home
last modified time | relevance | path

Searched refs:PERM_ALL (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Daction.h297 #define PERM_ALL 1 macro
Daction.c3067 op = PERM_ALL; in parse_perm_args()
3124 case PERM_ALL: in perm_fn()
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py126 PERM_ALL = 0o7777 # All permission bits. variable
1191 file_object.st_mode = ((file_object.st_mode & ~PERM_ALL) |
1192 (mode & PERM_ALL))
/external/python/pyfakefs/pyfakefs/tests/
Dfake_open_test.py677 | fake_filesystem.PERM_ALL)