Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/third_party/zip/
H A Dstruct.go212 mode = unixModeToFileMode(h.ExternalAttrs >> 16)
285 func unixModeToFileMode(m uint32) os.FileMode { func
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/
Dstruct.go316 mode = unixModeToFileMode(h.ExternalAttrs >> 16)
391 func unixModeToFileMode(m uint32) fs.FileMode { func