Searched defs:chmod (Results 1 - 13 of 13) sorted by relevance

/external/sl4a/Utils/src/com/googlecode/android_scripting/
H A DFileUtils.java49 public static int chmod(File path, int mode) throws Exception { method in class:FileUtils
57 boolean success = chmod(root, mode) == 0;
62 success &= (chmod(path, mode) == 0);
/external/brotli/tools/
H A Dbro.c45 #define chmod(F, P) (0) macro
261 res = chmod(output_path, statbuf.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO));
263 perror("chmod failed");
/external/lz4/programs/
H A Dutil.h168 #define chmod _chmod macro
188 res += chmod(filename, statbuf->st_mode & 07777); /* Copy file permissions */
/external/zlib/src/contrib/untgz/
H A Duntgz.c32 # define chmod(path,mode) _chmod(path,mode) macro
277 chmod(item->fname,item->mode);
/external/python/cpython2/Lib/
H A Dtarfile.py2093 self.chmod(tarinfo, dirpath)
2210 self.chmod(tarinfo, targetpath)
2317 def chmod(self, tarinfo, targetpath): member in class:TarFile
2320 if hasattr(os, 'chmod'):
2322 os.chmod(targetpath, tarinfo.mode)
/external/toybox/generated/
H A Dglobals.h978 // toys/posix/chmod.c
1498 struct chmod_data chmod; member in union:global_union
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 329 milliseconds