Searched refs:links (Results 1 – 12 of 12) sorted by relevance
/system/core/init/ |
D | devices.cpp | 185 static mode_t get_device_perm(const char *path, const char **links, in get_device_perm() argument 204 if (links) { in get_device_perm() 206 for (i = 0; links[i]; i++) { in get_device_perm() 207 if (perm_path_matches(links[i], dp)) { in get_device_perm() 230 const char **links) in make_device() argument 238 mode = get_device_perm(path, links, &uid, &gid) | (block ? S_IFBLK : S_IFCHR); in make_device() 241 if (selabel_lookup_best_match(sehandle, &secontext, path, links, mode)) { in make_device() 480 char **links; in get_character_device_symlinks() local 489 links = (char**) malloc(sizeof(char *) * 2); in get_character_device_symlinks() 490 if (!links) in get_character_device_symlinks() [all …]
|
D | init_first_stage.cpp | 363 char** links = get_block_device_symlinks(uevent); in ColdbootCallback() local 364 if (links && links[0]) { in ColdbootCallback() 365 auto[it, inserted] = by_name_symlink_map_.emplace(uevent->partition_name, links[0]); in ColdbootCallback() 369 << it->second << "', new value '" << links[0] << "' will be ignored."; in ColdbootCallback()
|
/system/core/rootdir/etc/ |
D | ld.config.txt | 60 namespace.sphal.links = default,vndk,rs 86 namespace.rs.links = default,vndk 105 namespace.vndk.links = default
|
/system/sepolicy/private/ |
D | priv_app.te | 163 # In particular, if priv_app links to other app data 165 # of the linked to file. Hard links also contribute to security
|
D | app_neverallows.te | 45 # In particular, if an untrusted app links to other app data 47 # of the linked to file. Hard links also contribute to security
|
D | system_server.te | 414 # Backup of wallpaper imagery uses temporary hard links to avoid data churn
|
/system/sepolicy/public/ |
D | shell.te | 164 # In particular, if shell hard links to app data 166 # of the linked to file. Hard links also contribute to security
|
D | te_macros | 67 # and symbolic links of the specified type.
|
/system/bt/ |
D | README.md | 51 NOTE: If system/bt is checked out under AOSP, then create symbolic links instead
|
/system/media/audio_utils/ |
D | Doxyfile | 784 # directories that are symbolic links (a Unix file system feature) are excluded 932 # brief description and links to the definition and documentation. Since this 955 # The result: instead of the source browser generated by doxygen, the links to 1374 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to 1632 # contain links (just like the HTML output) instead of page references. This 1709 # contain hyperlink fields. The RTF file will contain links (just like the HTML 1714 # Note: WordPad (write) and others do not support links.
|
D | Doxyfile.orig | 784 # directories that are symbolic links (a Unix file system feature) are excluded 932 # brief description and links to the definition and documentation. Since this 955 # The result: instead of the source browser generated by doxygen, the links to 1374 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to 1632 # contain links (just like the HTML output) instead of page references. This 1709 # contain hyperlink fields. The RTF file will contain links (just like the HTML 1714 # Note: WordPad (write) and others do not support links.
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 817 # directories that are symbolic links (a Unix file system feature) are excluded 973 # brief description and links to the definition and documentation. Since this 996 # The result: instead of the source browser generated by doxygen, the links to 1419 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to 1693 # contain links (just like the HTML output) instead of page references. This 1778 # contain hyperlink fields. The RTF file will contain links (just like the HTML 1783 # Note: WordPad (write) and others do not support links.
|