Searched defs:FileMode (Results 1 – 8 of 8) sorted by relevance
/aosp12/build/soong/cmd/zipsync/ |
H A D | zipsync.go | 42 func writeFile(filename string, in io.Reader, perm os.FileMode) error {
|
/aosp12/build/soong/third_party/zip/ |
H A D | struct.go | 223 func (h *FileHeader) SetMode(mode os.FileMode) { 253 func fileModeToUnixMode(mode os.FileMode) uint32 {
|
H A D | reader_test.go | 443 func testFileMode(t *testing.T, zipName string, f *File, want os.FileMode) {
|
/aosp12/build/blueprint/pathtools/ |
H A D | glob.go | 375 func WriteFileIfChanged(filename string, data []byte, perm os.FileMode) error {
|
/aosp12/build/soong/finder/fs/ |
H A D | fs.go | 123 func (osFs) WriteFile(path string, data []byte, perm os.FileMode) error { 685 func (m *MockFs) WriteFile(filePath string, data []byte, perm os.FileMode) error {
|
/aosp12/packages/modules/Virtualization/authfs/src/ |
H A D | fusefs.rs | 110 enum FileMode { enum
|
/aosp12/build/soong/android/ |
H A D | paths.go | 1983 func WriteFileToOutputDir(path WritablePath, data []byte, perm os.FileMode) error { 1991 func CreateOutputDirIfNonexistent(path WritablePath, perm os.FileMode) error {
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | Context.java | 117 public @interface FileMode {} annotation in Context
|