Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dimport.c951 write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat, time_t mtime) in write_compiled_module() argument
955 mode_t mode = srcstat->st_mode & ~S_IEXEC; in write_compiled_module()
963 mode_t mode = srcstat->st_mode & ~S_IXUSR & ~S_IXGRP & ~S_IXOTH; in write_compiled_module()