HomeSort by relevance Sort by last modified time
    Searched defs:chmod (Results 26 - 50 of 91) sorted by null

12 3 4

  /libcore/luni/src/main/java/libcore/io/
Os.java 55 public void chmod(String path, int mode) throws ErrnoException; method in interface:Os
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixNativeDispatcher.java 363 * chmod(const char* path, mode_t mode)
365 static void chmod(UnixPath path, int mode) throws UnixException { method in class:UnixNativeDispatcher
  /system/core/init/
builtins.cpp 77 #define chmod DO_NOT_USE_CHMOD_USE_FCHMODAT_SYMLINK_NOFOLLOW macro
251 /* chmod in case the directory already exists */
279 /* chown may have cleared S_ISUID and S_ISGID, chmod again */
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
FileUtil.java 71 private static String sChmod = "chmod";
90 * Exposed for testing. Allows to modify the chmod binary name we look for, in order to tests
91 * system with no chmod support.
116 * {@link File#mkdirs()} that also runs {@link #chmod(File, String)}.
126 // parent doesn't exist. recurse upward, which should both mkdir and chmod
136 // file should exist. Try chmod and complain if that fails, but keep going
173 public static boolean chmod(File file, String perms) { method in class:FileUtil
174 Log.d(LOG_TAG, String.format("Attempting to chmod %s to %s",
187 * If 'chmod' system command is not supported by underlying OS, will set file to writable by
196 if (chmod(file, "ug+rw"))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py 2287 def chmod(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /external/python/cpython2/Lib/
tarfile.py 2317 def chmod(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /external/python/cpython3/Lib/
tarfile.py 2253 def chmod(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 2283 def chmod(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 2283 def chmod(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 2283 def chmod(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 2283 def chmod(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerShellCommand.java     [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 609 Os.chmod(path, mode);
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /external/toybox/generated/
globals.h 978 // toys/posix/chmod.c
1514 struct chmod_data chmod; member in union:global_union
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /external/kotlinc/lib/
kotlin-daemon-client.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 

Completed in 547 milliseconds

12 3 4