Searched refs:__file_mode (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dcatalog.py210 __file_mode = stat.S_IRUSR|stat.S_IWUSR|stat.S_IRGRP|stat.S_IROTH variable in class:CatalogPartBase
378 os.chmod(self.pathname, self.__file_mode)
1363 __file_mode = stat.S_IRUSR|stat.S_IWUSR|stat.S_IRGRP|stat.S_IROTH variable in class:Catalog
1972 if fmode != self.__file_mode:
1975 self.__file_mode),
1978 os.chmod(pathname, self.__file_mode)
1989 if fmode != self.__file_mode:
1991 "{0:o}".format(self.__file_mode),

Completed in 18 milliseconds