Searched refs:Format (Results 1 – 17 of 17) sorted by relevance
/system/core/logd/ |
D | LogTags.cpp | 130 const std::string& Format, const char* source, in AddEventLogTags() argument 133 if (Format.length()) Key += "+" + Format; in AddEventLogTags() 149 if (Format.length()) { in AddEventLogTags() 153 tag2format[tag] = Format; in AddEventLogTags() 181 Format.c_str(), source); in AddEventLogTags() 257 std::string Format(format, cp - format); in ReadFileEventLogTags() local 259 AddEventLogTags((uint32_t)Tag, uid, Name, Format, in ReadFileEventLogTags() 316 std::string Format; in ReadPersistEventLogTags() local 338 Format = std::string(elem.data.string, elem.len); in ReadPersistEventLogTags() 343 AddEventLogTags(Tag, uid, Name, Format); in ReadPersistEventLogTags() [all …]
|
D | LogTags.h | 90 const std::string& Format, const char* source = NULL,
|
/system/vold/fs/ |
D | F2fs.h | 32 status_t Format(const std::string& source);
|
D | Exfat.h | 33 status_t Format(const std::string& source);
|
D | Vfat.h | 34 status_t Format(const std::string& source, unsigned long numSectors);
|
D | Ext4.h | 33 status_t Format(const std::string& source, unsigned long numSectors,
|
D | F2fs.cpp | 74 status_t Format(const std::string& source) { in Format() function
|
D | Exfat.cpp | 76 status_t Format(const std::string& source) { in Format() function
|
D | Vfat.cpp | 159 status_t Format(const std::string& source, unsigned long numSectors) { in Format() function
|
D | Ext4.cpp | 167 status_t Format(const std::string& source, unsigned long numSectors, in Format() function
|
/system/extras/memory_replay/dumps/ |
D | README | 7 Format of dumps: 24 Format of each action:
|
/system/vold/model/ |
D | PrivateVolume.cpp | 196 if (ext4::Format(mDmDevPath, 0, "/data")) { in doFormat() 201 if (f2fs::Format(mDmDevPath)) { in doFormat()
|
D | PublicVolume.cpp | 258 if (vfat::Format(mDevPath, 0)) { in doFormat() 266 if (exfat::Format(mDevPath)) { in doFormat()
|
/system/core/liblog/tests/ |
D | liblog_benchmark.cpp | 938 std::string Format(format, len); in BM_lookupEventTagNum() local 940 android_lookupEventTagNum(map, Name.c_str(), Format.c_str(), in BM_lookupEventTagNum() 1047 std::string Format(format, len); in BM_lookupEventTagNum_logd_existing() local 1051 Name.c_str(), Format.c_str()); in BM_lookupEventTagNum_logd_existing()
|
/system/libufdt/utils/ |
D | README.md | 13 ### Image Format
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 161 Format ............................................................................................… 816 Table 9 — TPM Command Format Fields Description ...................................................… 819 Table 12 — Format-Zero Response Codes .............................................................… 820 Table 13 — Format-One Response Codes ..............................................................… 919 Table 84 — General Format of a Ticket .............................................................… 1112 Figure 1 — Command Format .........................................................................… 1113 Figure 2 — Format-Zero Response Codes .............................................................… 1114 Figure 3 — Format-One Response Codes ..............................................................… 3223 Format 3241 Figure 1 — Command Format [all …]
|
D | raw_structures.txt | 161 Format ............................................................................................… 816 Table 9 — TPM Command Format Fields Description ...................................................… 819 Table 12 — Format-Zero Response Codes .............................................................… 820 Table 13 — Format-One Response Codes ..............................................................… 919 Table 84 — General Format of a Ticket .............................................................… 1112 Figure 1 — Command Format .........................................................................… 1113 Figure 2 — Format-Zero Response Codes .............................................................… 1114 Figure 3 — Format-One Response Codes ..............................................................… 3229 Format 3247 Figure 1 — Command Format [all …]
|