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

/system/core/metricsd/collectors/
H A Dcpu_usage_collector_test.cc38 uint64_t user, nice, system; local
41 &system));
46 &user, &nice, &system));
49 ASSERT_EQ(36579, system);
/system/connectivity/shill/binder/
H A Dbinder_adaptor.h27 namespace system { namespace in namespace:android
33 } // system
50 android::system::connectivity::shill::IPropertyChangedCallback>&
65 android::system::connectivity::shill::IPropertyChangedCallback>>
H A Dmanager_binder_adaptor.h26 #include "android/system/connectivity/shill/BnManager.h"
35 namespace system { namespace in namespace:android
41 } // namespace system
54 : public android::system::connectivity::shill::BnManager,
95 android::system::connectivity::shill::IPropertyChangedCallback>&
H A Ddevice_binder_adaptor.h26 #include "android/system/connectivity/shill/BnDevice.h"
36 namespace system { namespace in namespace:android
42 } // namespace system
54 : public android::system::connectivity::shill::BnDevice,
89 android::system::connectivity::shill::IPropertyChangedCallback>&
H A Dservice_binder_adaptor.h25 #include "android/system/connectivity/shill/BnService.h"
33 namespace system { namespace in namespace:android
39 } // namespace system
52 : public android::system::connectivity::shill::BnService,
82 android::system::connectivity::shill::IPropertyChangedCallback>&
/system/core/init/
H A Dbuiltins.cpp214 "/system/bin/fsck.f2fs", "-f", entry->mnt_fsname,
220 "/system/bin/e2fsck", "-f", "-y", entry->mnt_fsname,
380 const char *source, *target, *system; local
404 system = args[1].c_str();
418 if (mount(tmp, target, system, flags, options) < 0) {
447 if (mount(tmp, target, system, flags, options) < 0) {
467 if (mount(source, target, system, flags, options) < 0) {
487 "/system/etc/init",
717 // Run fsck once the file system is remounted in read-only mode.

Completed in 114 milliseconds