Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/third_party/zip/
H A Dstruct.go225 h.ExternalAttrs = fileModeToUnixMode(mode) << 16
253 func fileModeToUnixMode(mode os.FileMode) uint32 { func
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/
Dstruct.go329 h.ExternalAttrs = fileModeToUnixMode(mode) << 16
361 func fileModeToUnixMode(mode fs.FileMode) uint32 { func