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

/system/vold/fs/
H A DF2fs.cpp74 status_t Format(const std::string& source) { function in namespace:android::vold::f2fs
H A DExfat.cpp76 status_t Format(const std::string& source) { function in namespace:android::vold::exfat
85 LOG(INFO) << "Format OK";
88 LOG(ERROR) << "Format failed (code " << rc << ")";
H A DVfat.cpp159 status_t Format(const std::string& source, unsigned long numSectors) { function in namespace:android::vold::vfat
188 LOG(ERROR) << "Format failed (unknown exit code " << rc << ")";
H A DExt4.cpp167 status_t Format(const std::string& source, unsigned long numSectors, function in namespace:android::vold::ext4
/system/core/logd/
H A DLogTags.cpp130 const std::string& Format, const char* source,
133 if (Format.length()) Key += "+" + Format;
149 if (Format.length()) {
153 tag2format[tag] = Format;
181 Format.c_str(), source);
257 std::string Format(format, cp - format);
259 AddEventLogTags((uint32_t)Tag, uid, Name, Format,
316 std::string Format; local
338 Format
129 AddEventLogTags(uint32_t tag, uid_t uid, const std::string& Name, const std::string& Format, const char* source, bool warn) argument
525 std::string Format = (iform != tag2format.end()) ? iform->second : ""; local
528 ctx << tag << Name << Format; local
[all...]

Completed in 79 milliseconds