Searched defs:system (Results 1 - 5 of 5) sorted by relevance

/system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/
H A Dkeystore.h4 #include <android/system/wifi/keystore/1.0/IKeystore.h>
12 namespace system { namespace in namespace:android
27 using ::android::system::wifi::keystore::V1_0::IKeystore;
46 } // namespace system
/system/hardware/interfaces/wifi/keystore/1.0/default/
H A Dkeystore.cpp10 namespace system { namespace in namespace:android
79 } // namespace system
/system/core/libcutils/
H A Dfs_config.cpp87 { 00755, AID_ROOT, AID_SHELL, 0, "system/bin" },
88 { 00755, AID_ROOT, AID_ROOT, 0, "system/etc/ppp" },
89 { 00755, AID_ROOT, AID_SHELL, 0, "system/vendor" },
90 { 00755, AID_ROOT, AID_SHELL, 0, "system/xbin" },
104 static const char sys_conf_dir[] = "/system/etc/fs_config_dirs";
105 static const char sys_conf_file[] = "/system/etc/fs_config_files";
106 // No restrictions are placed on the vendor and oem file-system config files,
108 // oem/ file-system since the intent is to provide support for customized
110 // customization can also land on /system/vendor, /system/oe
271 static const char system[] = "system/"; local
[all...]
/system/extras/simpleperf/
H A Dtracing.cpp82 std::string system; member in struct:TraceType
111 // pair of system, format_file_data.
157 "/sys/kernel/debug/tracing/events/%s/%s/format", type.system.c_str(),
165 std::make_pair(type.system, std::move(format_data)));
232 std::string system; local
233 MoveFromBinaryFormat(system, p);
239 event_format_files.push_back(std::make_pair(system, std::move(format)));
407 trace_type.system = type->name.substr(0, pos);
/system/core/init/
H A Dbuiltins.cpp59 #include <system/thread_defs.h>
353 const char* system = args[1].c_str(); local
372 if (mount(tmp.c_str(), target, system, flags, options) < 0) {
385 if (mount(source, target, system, flags, options) < 0) {
1020 {{"exec", "/system/bin/vdc", "--wait", "cryptfs", "enablefilecrypto"}, args.context});
1026 {{"exec", "/system/bin/vdc", "--wait", "cryptfs", "init_user0"}, args.context});

Completed in 417 milliseconds