Home
last modified time | relevance | path

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

/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Daction.h297 #define PERM_ALL 1 macro
H A Daction.c3067 op = PERM_ALL; in parse_perm_args()
3124 case PERM_ALL: in perm_fn()
/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py174 PERM_ALL = helpers.PERM_ALL variable
746 file_object.st_mode = (file_object.st_mode & ~helpers.PERM_ALL) | (
747 mode & helpers.PERM_ALL
Dhelpers.py37 PERM_ALL = 0o7777 # All permission bits. variable
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_open_test.py707 self.filesystem.create_file(device_path, stat.S_IFBLK | helpers.PERM_ALL)
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Doledb.h4789 …PERM_WRITEOWNER = 0x80000,PERM_MAXIMUM_ALLOWED = 0x2000000,PERM_ALL = 0x10000000,PERM_EXECUTE = 0x… enumerator