Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dstruct.go212 mode = unixModeToFileMode(h.ExternalAttrs >> 16)
285 func unixModeToFileMode(m uint32) os.FileMode { func