Searched refs:X_OK (Results 1 – 9 of 9) sorted by relevance
35 if (access("/system/bin/idmap2", X_OK) == -1) { in createIdmap()
15 return os.path.isfile(path) and os.access(path, os.X_OK)
43 import static android.system.OsConstants.X_OK;745 assertEquals(O_RDWR, translateModeAccessToPosix(R_OK | W_OK | X_OK)); in testTranslateMode_Access()
30 if (access(path, R_OK | W_OK | X_OK) == 0) { in ensureCacheDirExists()
866 public static final int X_OK = placeholder(); field in OsConstants
660 initConstant(env, c, "X_OK", X_OK); in OsConstants_initConstants()
299 bool useDebug = (is_debug_runtime || is_debug_bg_job) && (access(debug_binary, X_OK) == 0); in select_execution_binary()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
28023 field public static final int X_OK;