Searched refs:FileMode (Results 1 – 12 of 12) sorted by relevance
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | ANTLRFileStream.as | 3 import flash.filesystem.FileMode; 23 stream.open(file, FileMode.READ);
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.cs | 220 inStream = new FileStream(inputName, FileMode.Open, FileAccess.Read); in Main2() 233 outStream = new FileStream(outputName, FileMode.Create, FileAccess.Write); in Main2() 238 trainStream = new FileStream(train, FileMode.Open, FileAccess.Read); in Main2()
|
/external/toolchain-utils/compiler_wrapper/ |
D | compile_with_fallback_test.go | 21 var umaskAtStartup = func() os.FileMode { 24 return os.FileMode(umask)
|
D | disable_werror_flag_test.go | 386 permBits := func(mode os.FileMode) int { return int(mode & 0777) }
|
/external/skqp/experimental/xps_to_png/ |
D | xps_to_png.cs | 62 filename, System.IO.FileMode.Create, System.IO.FileAccess.Write); in convert()
|
/external/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 62 filename, System.IO.FileMode.Create, System.IO.FileAccess.Write); in convert()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | ANTLRxxxxStreamFixture.cs | 43 using FileMode = System.IO.FileMode; typedef
|
/external/boringssl/src/util/fipstools/inject_hash/ |
D | inject_hash.go | 42 var perm os.FileMode
|
/external/libcap/cap/ |
D | file.go | 282 if mode&os.FileMode(0111) == 0 {
|
/external/flatbuffers/tests/ |
D | go_test.go | 147 err = ioutil.WriteFile(outData, generated[off:], os.FileMode(0644))
|
/external/guice/extensions/struts2/lib/ |
D | ant-1.6.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |