Searched defs:__FUNCTION__ (Results 1 - 2 of 2) sorted by last modified time

/system/core/fs_mgr/
H A Dfs_mgr.cpp122 LWARNING << __FUNCTION__ << "() cannot log " << msg;
172 PINFO << __FUNCTION__ << "(): mount(" << blk_device << "," << target << "," << fs_type
180 LINFO << __FUNCTION__ << "(): unmount(" << target << ") succeeded";
183 PERROR << __FUNCTION__ << "(): umount(" << target << ") failed";
188 PERROR << __FUNCTION__ << "(): umount(" << target << ") timed out";
522 PINFO << __FUNCTION__ << "(source=" << source << ",target=" << target
586 LERROR << __FUNCTION__ << "(): skipping fstab dup mountpoint="
596 LERROR << __FUNCTION__ << "(): skipping mount, invalid ext4, mountpoint="
610 LERROR << __FUNCTION__ << "(): Mounted " << fstab->recs[i].blk_device
924 LERROR << __FUNCTION__ << "()
949 LERROR << __FUNCTION__ << "(): Format failed. " local
[all...]
H A Dfs_mgr_fstab.cpp659 LERROR << __FUNCTION__ << "(): failed to allocate fstab recs"; local
732 PERROR << __FUNCTION__<< "(): cannot open file: '" << fstab_path << "'";
740 LERROR << __FUNCTION__ << "(): failed to load fstab from : '" << fstab_path << "'";
754 LINFO << __FUNCTION__ << "(): failed to read fstab from dt"; local
762 PERROR << __FUNCTION__ << "(): failed to create a file stream for fstab dt"; local
768 LERROR << __FUNCTION__ << "(): failed to load fstab from kernel:"
816 LINFO << __FUNCTION__ << "(): failed to find device default fstab"; local

Completed in 59 milliseconds