Home
last modified time | relevance | path

Searched refs:S_IXUSR (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tools/aapt/
DCacheUpdater.h87 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()
DResource.cpp2688 mkdir(dest.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in writeResourceSymbols()
/frameworks/base/tools/aapt2/
DFiles.cpp89 return mkdir(path.toString().c_str(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in mkdirImpl()
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc111 perm |= S_IXUSR;
/frameworks/rs/
DrsScriptC.cpp112 if (mkdir(currentDir.c_str(), S_IRUSR | S_IWUSR | S_IXUSR)) { in createCacheDir()
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp284 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in copyFileIfChanged()
/frameworks/base/core/java/android/os/
DFileUtils.java58 public static final int S_IXUSR = 00100; field in FileUtils
/frameworks/base/tools/aidl/
Daidl.cpp755 mkdir(p.data(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP);
/frameworks/base/api/
Dcurrent.txt29748 field public static final int S_IXUSR;
Dsystem-current.txt31899 field public static final int S_IXUSR;