Home
last modified time | relevance | path

Searched refs:WARNING (Results 1 – 19 of 19) sorted by relevance

/system/vold/
DVolumeBase.cpp54 LOG(WARNING) << getId() << " diskId change requires destroyed"; in setDiskId()
64 LOG(WARNING) << getId() << " partGuid change requires destroyed"; in setPartGuid()
74 LOG(WARNING) << getId() << " flags change requires state unmounted or unmountable"; in setMountFlags()
84 LOG(WARNING) << getId() << " user change requires state unmounted or unmountable"; in setMountUserId()
94 LOG(WARNING) << getId() << " silence change requires destroyed"; in setSilent()
104 LOG(WARNING) << getId() << " id change requires not created"; in setId()
114 LOG(WARNING) << getId() << " path change requires state checking"; in setPath()
125 LOG(WARNING) << getId() << " internal path change requires state checking"; in setInternalPath()
200 LOG(WARNING) << getId() << " mount requires state unmounted or unmountable"; in mount()
217 LOG(WARNING) << getId() << " unmount requires state mounted"; in unmount()
[all …]
DDisk.cpp153 LOG(WARNING) << "Invalid GUID " << partGuid; in createPrivateVolume()
208 PLOG(WARNING) << "Failed to read vendor from " << path; in readMetadata()
218 PLOG(WARNING) << "Failed to read manufacturer from " << path; in readMetadata()
234 LOG(WARNING) << "Unsupported block major type" << major(mDevice); in readMetadata()
263 LOG(WARNING) << "sgdisk failed to scan " << mDevPath; in readPartitions()
287 LOG(WARNING) << mId << " is ignoring partition " << i in readPartitions()
319 LOG(WARNING) << mId << " has unknown partition table; trying entire device"; in readPartitions()
326 LOG(WARNING) << mId << " failed to identify, giving up"; in readPartitions()
358 LOG(WARNING) << "Failed to zap; status " << res; in partitionPublic()
417 LOG(WARNING) << "Failed to zap; status " << res; in partitionMixed()
DPublicVolume.cpp69 PLOG(WARNING) << getId() << " failed to rename legacy ASEC dir"; in initAsecStage()
75 PLOG(WARNING) << getId() << " creating ASEC stage failed"; in initAsecStage()
222 LOG(WARNING) << getId() << " failed to wipe"; in doFormat()
DTrimTask.cpp122 PLOG(WARNING) << "Failed to open " << path; in run()
132 PLOG(WARNING) << "Trim failed on " << path; in run()
DMoveTask.cpp92 LOG(WARNING) << "No contents in " << path; in execRm()
132 LOG(WARNING) << "No contents in " << fromPath; in execCp()
DUtils.cpp206 LOG(WARNING) << "blkid failed to identify " << path; in readMetadata()
499 PLOG(WARNING) << "Failed to open " << path; in GetTreeBytes()
557 PLOG(WARNING) << "Failed to stat " << path; in GetDevice()
DVolumeManager.cpp340 LOG(WARNING) << "Unexpected block event action " << (int) evt->getAction(); in handleBlockEvent()
392 LOG(WARNING) << "Failed to find volume for " << id; in benchmarkPrivate()
402 LOG(WARNING) << "Invalid GUID " << partGuid; in forgetPartition()
548 PLOG(WARNING) << "Failed to stat " << de->d_name; in remountUid()
558 PLOG(WARNING) << "Failed to read namespace for " << de->d_name; in remountUid()
562 LOG(WARNING) << "Skipping due to root namespace"; in remountUid()
569 PLOG(WARNING) << "Failed to open namespace for " << de->d_name; in remountUid()
Dmain.cpp223 LOG(WARNING) << "nonremovable no longer supported; ignoring volume"; in process_config()
/system/core/tzdatacheck/
Dtzdatacheck.cpp89 PLOG(WARNING) << "Failed to unlink file/symlink " << fpath; in deleteFn()
96 PLOG(WARNING) << "Failed to remove dir " << fpath; in deleteFn()
100 LOG(WARNING) << "Unsupported file type " << fpath << ": " << typeflag; in deleteFn()
120 LOG(WARNING) << dirToDelete << " is not a directory"; in deleteDir()
128 PLOG(WARNING) << "Unable to stat " << dirToDelete; in deleteDir()
141 PLOG(WARNING) << "Unable to create a temporary directory: " << tempDirNameTemplate; in deleteDir()
148 PLOG(WARNING) << "Unable to rename directory from " << dirToDelete << " to " in deleteDir()
223 LOG(WARNING) << "Deletion of install metadata " << dataUpdatesDirName in main()
231 LOG(WARNING) << "Deletion of tzdata " << dataCurrentDirName << " was not successful"; in main()
/system/core/fs_mgr/
Dfs_mgr_priv.h24 #define WARNING(x...) KLOG_WARNING("fs_mgr", x) macro
Dfs_mgr.c447 WARNING("Could not umount %s (%s) - allow continue unencrypted\n", in handle_encryptable()
/system/core/libnativebridge/tests/
DPreInitializeNativeBridge_test.cpp60 GTEST_LOG_(WARNING) << "Could not create mount namespace. Are you running this as root?"; in TEST_F()
/system/core/base/
Dlogging_test.cpp90 LOG(WARNING) << "foobar"; in TEST()
97 make_log_pattern(android::base::WARNING, "foobar")); in TEST()
Dlogging.cpp164 gMinimumLogSeverity = WARNING; in InitLogging()
/system/extras/simpleperf/
Dcmd_dumprecord.cpp87 PLOG(WARNING) << "record file header size doesn't match expected header size " in DumpFileHeader()
92 PLOG(WARNING) << "record file attr size doesn't match expected attr size " << sizeof(FileAttr); in DumpFileHeader()
/system/extras/perfprofd/
Dperf_data_converter.cc70 LOG(WARNING) << "Bogus LBR data: " << start << "->" << end; in RawPerfDataToAndroidPerfProfile()
/system/core/base/include/base/
Dlogging.h33 WARNING, enumerator
/system/extras/perfprofd/quipper/
Dperf_reader.cc78 LOG(WARNING) << "Attempting to byte swap on a single byte."; in ByteSwap()
471 LOG(WARNING) << "Unimplemented sample fields 0x" in ReadPerfSampleFromData()
476 LOG(WARNING) << "Unrecognized sample fields 0x" in ReadPerfSampleFromData()
Dperf_parser.cc238 LOG(WARNING) << "Mapped " << static_cast<int>(sample_mapping_percentage) in ProcessEvents()