HomeSort by relevance Sort by last modified time
    Searched refs:attributes_to_mode (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Python/
fileutils.c 559 attributes_to_mode(DWORD attr) function
578 result->st_mode = attributes_to_mode(info->dwFileAttributes);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 900 attributes_to_mode(DWORD attr) function
918 result->st_mode = attributes_to_mode(info->dwFileAttributes);
1080 result->st_mode = attributes_to_mode(info.dwFileAttributes);
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c 1081 attributes_to_mode(DWORD attr) function
1099 result->st_mode = attributes_to_mode(info->dwFileAttributes);
    [all...]

Completed in 72 milliseconds