HomeSort by relevance Sort by last modified time
    Searched full:filemode (Results 1 - 25 of 31) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRFileStream.as 3 import flash.filesystem.FileMode;
23 stream.open(file, FileMode.READ);
  /bootable/recovery/minzip/
DirUtil.h 54 * Sets directories to <dirMode> and files to <fileMode>. Skips symlinks.
57 int uid, int gid, int dirMode, int fileMode);
DirUtil.c 240 int uid, int gid, int dirMode, int fileMode)
254 chmod(path, S_ISDIR(st.st_mode) ? dirMode : fileMode)) {
274 if (!dirSetHierarchyPermissions(dn, uid, gid, dirMode, fileMode)) {
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.h 33 int read_sysfs_dir(bool fileMode, char *sysfs_path);
MPLSupport.cpp 255 int read_sysfs_dir(bool fileMode, char *sysfs_path)
MPLSensor.h 550 void sys_dump(bool fileMode);
MPLSensor.cpp     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java 374 final int fileMode;
377 fileMode = ParcelFileDescriptor.MODE_READ_WRITE |
381 fileMode = ParcelFileDescriptor.MODE_READ_WRITE | ParcelFileDescriptor.MODE_CREATE;
383 fileMode = ParcelFileDescriptor.MODE_READ_ONLY;
386 return ParcelFileDescriptor.open(new File(filePath), fileMode);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 220 inStream = new FileStream(inputName, FileMode.Open, FileAccess.Read);
233 outStream = new FileStream(outputName, FileMode.Create, FileAccess.Write);
238 trainStream = new FileStream(train, FileMode.Open, FileAccess.Read);
  /art/runtime/base/unix_file/
mapped_file.h 34 enum FileMode {
  /external/lzma/C/Util/7z/
7zMain.c 100 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s, int fileMode)
113 int numChars = WideCharToMultiByte(fileMode ?
129 fileMode = fileMode;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 311 def filemode(mode): function
    [all...]
_sysconfigdata.py 57 'FILEMODE': 644,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 311 def filemode(mode): function
    [all...]
_sysconfigdata.py 57 'FILEMODE': 644,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ANTLRxxxxStreamFixture.cs 43 using FileMode = System.IO.FileMode;
  /external/dropbear/
loginrec.c     [all...]
  /external/openssh/
loginrec.c     [all...]
  /frameworks/support/v4/java/android/support/v4/content/
FileProvider.java 520 final int fileMode = modeToMode(mode);
521 return ParcelFileDescriptor.open(file, fileMode);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm 610 # $fileMode: A number or string representing a file mode in octal notation.
613 my $fileMode = shift;
615 return $fileMode % 2;
    [all...]
  /bootable/recovery/updater/
install.c 602 ErrorAbort(state, "%s: \"%s\" not a valid filemode",
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 154 FILEMODE= 644
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 154 FILEMODE= 644
    [all...]

Completed in 1786 milliseconds

1 2