/system/core/rootdir/etc/ |
D | ld.config.legacy.txt | 56 namespace.default.link.runtime.shared_libs = libdexfile_external.so 57 namespace.default.link.runtime.shared_libs += libnativebridge.so 58 namespace.default.link.runtime.shared_libs += libnativehelper.so 59 namespace.default.link.runtime.shared_libs += libnativeloader.so 60 namespace.default.link.runtime.shared_libs += libandroidicu.so 62 namespace.default.link.runtime.shared_libs += libicui18n.so 63 namespace.default.link.runtime.shared_libs += libicuuc.so 66 namespace.default.link.runtime.shared_libs += libpac.so 71 namespace.default.link.resolv.shared_libs = libnetd_resolv.so 87 namespace.runtime.link.default.allow_all_shared_libs = true [all …]
|
D | ld.config.vndk_lite.txt | 76 namespace.default.link.runtime.shared_libs = libdexfile_external.so 78 namespace.default.link.runtime.shared_libs += libicui18n.so 79 namespace.default.link.runtime.shared_libs += libicuuc.so 80 namespace.default.link.runtime.shared_libs += libnativebridge.so 81 namespace.default.link.runtime.shared_libs += libnativehelper.so 82 namespace.default.link.runtime.shared_libs += libnativeloader.so 83 namespace.default.link.runtime.shared_libs += libandroidicu.so 86 namespace.default.link.runtime.shared_libs += libpac.so 91 namespace.default.link.resolv.shared_libs = libnetd_resolv.so 108 namespace.runtime.link.default.allow_all_shared_libs = true [all …]
|
D | ld.config.txt | 135 namespace.default.link.runtime.shared_libs = libdexfile_external.so 137 namespace.default.link.runtime.shared_libs += libicui18n.so 138 namespace.default.link.runtime.shared_libs += libicuuc.so 139 namespace.default.link.runtime.shared_libs += libnativebridge.so 140 namespace.default.link.runtime.shared_libs += libnativehelper.so 141 namespace.default.link.runtime.shared_libs += libnativeloader.so 142 namespace.default.link.runtime.shared_libs += libandroidicu.so 145 namespace.default.link.runtime.shared_libs += libpac.so 150 namespace.default.link.resolv.shared_libs = libnetd_resolv.so 166 namespace.runtime.link.default.allow_all_shared_libs = true [all …]
|
/system/linkerconfig/modules/tests/ |
D | link_test.cc | 31 auto link = std::make_shared<android::linkerconfig::modules::Link>( in TEST() local 34 link->WriteConfig(writer); in TEST() 44 auto link = std::make_shared<android::linkerconfig::modules::Link>( in TEST() local 46 link->AddSharedLib("lib1.so", "lib2.so", "lib3.so"); in TEST() 48 link->WriteConfig(writer); in TEST()
|
D | modules_testbase.h | 35 auto link = ns->CreateLink(target_1, false); in DecorateNamespaceWithLinks() local 36 link->AddSharedLib("lib1.so", "lib2.so", "lib3.so"); in DecorateNamespaceWithLinks()
|
/system/extras/perfprofd/ |
D | perfprofd_perf.cc | 243 base::unique_fd link[2]; in FindSupportedPerfCounters() local 251 link[0].reset(link_fd[0]); in FindSupportedPerfCounters() 252 link[1].reset(link_fd[1]); in FindSupportedPerfCounters() 266 dup2(link[1].get(), STDOUT_FILENO); in FindSupportedPerfCounters() 267 dup2(link[1].get(), STDERR_FILENO); in FindSupportedPerfCounters() 269 link[0].reset(); in FindSupportedPerfCounters() 270 link[1].reset(); in FindSupportedPerfCounters() 279 link[1].reset(); in FindSupportedPerfCounters() 282 if (!android::base::ReadFdToString(link[0].get(), &result)) { in FindSupportedPerfCounters() 286 link[0].reset(); in FindSupportedPerfCounters()
|
/system/linkerconfig/modules/ |
D | namespace.cc | 72 for (auto& link : links_) { in WriteConfig() local 76 link_list += link.first; in WriteConfig() 82 for (auto& link : links_) { in WriteConfig() local 83 link.second->WriteConfig(writer); in WriteConfig()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | test_utils.cpp | 146 int link[2]; in StartProgram() local 147 if (pipe(link) < 0) { in StartProgram() 157 close(link[1]); in StartProgram() 158 *rpipe = link[0]; in StartProgram() 169 dup2(link[1], STDERR_FILENO); // close stdout and have it now be link[1] in StartProgram() 171 close(link[0]); in StartProgram() 172 close(link[1]); in StartProgram()
|
/system/extras/power_profile/gps_on/ |
D | gradlew | 56 link=`expr "$ls" : '.*-> \(.*\)$'` 57 if expr "$link" : '/.*' > /dev/null; then 58 PRG="$link" 60 PRG=`dirname "$PRG"`"/$link"
|
/system/extras/power_profile/camera_flashlight/ |
D | gradlew | 56 link=`expr "$ls" : '.*-> \(.*\)$'` 57 if expr "$link" : '/.*' > /dev/null; then 58 PRG="$link" 60 PRG=`dirname "$PRG"`"/$link"
|
/system/extras/power_profile/camera_avg/ |
D | gradlew | 56 link=`expr "$ls" : '.*-> \(.*\)$'` 57 if expr "$link" : '/.*' > /dev/null; then 58 PRG="$link" 60 PRG=`dirname "$PRG"`"/$link"
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | gradlew | 51 link=`expr "$ls" : '.*-> \(.*\)$'` 52 if expr "$link" : '/.*' > /dev/null; then 53 PRG="$link" 55 PRG=`dirname "$PRG"`"/$link"
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | gradlew | 51 link=`expr "$ls" : '.*-> \(.*\)$'` 52 if expr "$link" : '/.*' > /dev/null; then 53 PRG="$link" 55 PRG=`dirname "$PRG"`"/$link"
|
/system/extras/simpleperf/demo/CppApi/ |
D | gradlew | 15 link=`expr "$ls" : '.*-> \(.*\)$'` 16 if expr "$link" : '/.*' > /dev/null; then 17 PRG="$link" 19 PRG=`dirname "$PRG"`"/$link"
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | gradlew | 51 link=`expr "$ls" : '.*-> \(.*\)$'` 52 if expr "$link" : '/.*' > /dev/null; then 53 PRG="$link" 55 PRG=`dirname "$PRG"`"/$link"
|
/system/extras/simpleperf/demo/JavaApi/ |
D | gradlew | 15 link=`expr "$ls" : '.*-> \(.*\)$'` 16 if expr "$link" : '/.*' > /dev/null; then 17 PRG="$link" 19 PRG=`dirname "$PRG"`"/$link"
|
/system/core/init/ |
D | devices.cpp | 249 [it](const auto& link) { return it->Match(link); })) { in GetDevicePermissions() argument 390 for (const auto& link : links) { in HandleDevice() local 391 if (!mkdir_recursive(Dirname(link), 0755)) { in HandleDevice() 392 PLOG(ERROR) << "Failed to create directory " << Dirname(link); in HandleDevice() 395 if (symlink(devpath.c_str(), link.c_str())) { in HandleDevice() 397 PLOG(ERROR) << "Failed to symlink " << devpath << " to " << link; in HandleDevice() 399 Readlink(link, &link_path) && link_path != devpath) { in HandleDevice() 400 PLOG(ERROR) << "Failed to symlink " << devpath << " to " << link in HandleDevice() 408 for (const auto& link : links) { in HandleDevice() local 410 if (Readlink(link, &link_path) && link_path == devpath) { in HandleDevice() [all …]
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | neverallow_macros | 3 define(`no_w_file_perms', `{ append create link unlink relabelfrom rename setattr write }') 6 define(`no_w_dir_perms', `{ add_name create link relabelfrom remove_name rename reparent rmdir set…
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | neverallow_macros | 3 define(`no_w_file_perms', `{ append create link unlink relabelfrom rename setattr write }') 6 define(`no_w_dir_perms', `{ add_name create link relabelfrom remove_name rename reparent rmdir set…
|
D | tombstoned.te | 12 allow tombstoned tombstone_data_file:file { create_file_perms link }; 17 allow tombstoned anr_data_file:file { append create getattr open link unlink };
|
/system/sepolicy/public/ |
D | neverallow_macros | 3 define(`no_w_file_perms', `{ append create link unlink relabelfrom rename setattr write }') 6 define(`no_w_dir_perms', `{ add_name create link relabelfrom remove_name rename reparent rmdir set…
|
D | tombstoned.te | 12 allow tombstoned tombstone_data_file:file { create_file_perms link }; 17 allow tombstoned anr_data_file:file { append create getattr open link unlink };
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | neverallow_macros | 3 define(`no_w_file_perms', `{ append create link unlink relabelfrom rename setattr write }') 6 define(`no_w_dir_perms', `{ add_name create link relabelfrom remove_name rename reparent rmdir set…
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | neverallow_macros | 3 define(`no_w_file_perms', `{ append create link unlink relabelfrom rename setattr write }') 6 define(`no_w_dir_perms', `{ add_name create link relabelfrom remove_name rename reparent rmdir set…
|
/system/apex/tests/testdata/ |
D | ld.config.txt | 23 namespace.sphal.link.default.shared_libs = libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:lib… 24 namespace.sphal.link.default.shared_libs += libclang_rt.asan-aarch64-android.so:libclang_rt.ubsan_s… 26 namespace.sphal.link.vndk.shared_libs = android.hardware.graphics.common@1.0.so:android.hardware.gr… 53 namespace.vndk.link.default.shared_libs = libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libR… 54 namespace.vndk.link.default.shared_libs += libclang_rt.asan-aarch64-android.so:libclang_rt.ubsan_st… 57 namespace.vndk.link.sphal.allow_all_shared_libs = true
|