Home
last modified time | relevance | path

Searched refs:KLOG_INFO (Results 1 – 5 of 5) sorted by relevance

/system/extras/ext4_utils/
Dext4_crypt_init_extensions.cpp25 KLOG_INFO(TAG, "Running command %s\n", command.c_str()); in vold_command()
39 KLOG_INFO(TAG, "Cannot open vold, failing command (%s)\n", strerror(errno)); in vold_command()
114 KLOG_INFO(TAG, "enablefilecrypto returned with result %s\n", in e4crypt_create_device_key()
130 KLOG_INFO(TAG, "Keyring created wth id %d in process %d\n", in e4crypt_install_keyring()
163 KLOG_INFO(TAG, "Setting policy on %s\n", dir); in e4crypt_set_directory_policy()
179 KLOG_INFO(TAG, "setusercryptopolicies returned with result %s\n", in e4crypt_set_user_crypto_policies()
Dext4_crypt.cpp122 KLOG_INFO(TAG, "Encryption policy for %s is set to %02x%02x%02x%02x\n", in do_policy_set()
/system/core/fs_mgr/
Dfs_mgr_priv.h23 #define INFO(x...) KLOG_INFO("fs_mgr", x)
/system/core/include/cutils/
Dklog.h46 #define KLOG_INFO(tag,x...) klog_write(KLOG_INFO_LEVEL, "<6>" tag ": " x) macro
/system/extras/tests/suspend_stress/
Dsuspend_stress.cpp186 KLOG_INFO("suspend_stress", "timer fired: %d at boottime %lld.%.3ld, %s", i, in main()