/external/dropbear/ |
svr-authpubkey.c | 331 TRACE(("wrong perms")) 338 TRACE(("leave checkfileperm: failure perms/owner"))
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/ |
PolicyUtils.java | 539 * @param perms a collection containing arbitrary permissions, may be null 544 Collection<Permission> perms) { 546 if (perms != null) { 547 for (Iterator<Permission> iter = perms.iterator(); iter.hasNext();) {
|
/external/genext2fs/ |
genext2fs.8 | 88 .BI "\-P, \-\-squash\-perms"
|
/external/bluetooth/glib/gio/ |
gioenums.h | 210 * @G_FILE_COPY_TARGET_DEFAULT_PERMS: Leaves target file with default perms, instead of setting the source file perms.
|
/frameworks/base/cmds/keystore/ |
keystore.c | 443 uint32_t perms; member in struct:user 466 if (!(action->perm & user->perms)) {
|
/system/core/rootdir/ |
init.rc | 150 # create dalvik-cache and double-check the perms 159 # double check the perms, in case lost+found already exists, and set owner
|
/external/e2fsprogs/debugfs/ |
dump.c | 272 * expect to have to create entries it. Then fix its perms
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_file_dir_utils.h | 70 uint32 perms; member in struct:oscl_stat_buf
|
/frameworks/base/docs/html/guide/topics/manifest/ |
activity-alias-element.jd | 114 <a href="{@docRoot}guide/topics/manifest/manifest-intro.html#perms">Permissions</a>
|
permission-element.jd | 20 See the <a href="{@docRoot}guide/topics/manifest/manifest-intro.html#perms">Permissions</a>
|
manifest-intro.jd | 15 <li><a href="#perms">Permissions</a></li> 394 <h3 id="perms">Permissions</h3>
|
/frameworks/base/core/java/android/app/ |
ContextImpl.java | 1559 int perms = FileUtils.S_IRUSR|FileUtils.S_IWUSR local [all...] |
/build/tools/releasetools/ |
amend_generator.py | 220 common.ZipWriteStr(output_zip, targetfn, data, perms=0755)
|
edify_generator.py | 245 data, perms=0755)
|
common.py | 460 def ZipWriteStr(zip, filename, data, perms=0644): 465 zinfo.external_attr = perms << 16
|
/external/opencore/doc/oscl_html/ |
oscl__file__dir__utils_8h-source.html | 50 <a name="l00053"></a><a class="code" href="structoscl__stat__buf.html#m1">00053</a> uint32 <a class="code" href="structoscl__stat__buf.html#m1">perms</a>;
|
/external/dbus/dbus/ |
dbus-sysdeps-util-unix.c | 259 * failure is that we don't have perms to do it.
|
/frameworks/base/services/java/com/android/server/ |
PackageManagerService.java | 1174 HashSet<String> perms = mSystemPermissions.get(uid); local 1670 HashSet<String> perms = mSystemPermissions.get(uid); local [all...] |
/build/libs/host/ |
CopyFile.c | 165 DBUG(("--- unable to set perms on '%s' to 0%o: %s\n",
|
/external/dbus/bus/ |
selinux.c | 119 access_vector_t perms, access_vector_t *out_retained)
|
/external/openssl/ssl/ |
ssl_err.c | 355 {ERR_REASON(SSL_R_KRB5_S_RD_REQ) ,"krb5 server rd_req (keytab perms?)"}, [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteInit.java | 270 // Drop root perms while running static initializers.
|
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | 6404 HashMap<Uri, UriPermission> perms = mGrantedUriPermissions.get(uid); local 6600 HashMap<Uri, UriPermission> perms local 6683 HashMap<Uri, UriPermission> perms local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Decoder.c | 181 * @def PERMS Define Read and Write Permisions. 184 #define PERMS 0666 [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Decoder.c | 184 * @def PERMS Define Read and Write Permisions. 187 #define PERMS 0666 [all...] |