/system/vold/model/ |
D | EmulatedVolume.cpp | 96 std::string label = getLabel(); in mountFuseBindMounts() local 160 std::string label = getLabel(); in unmountFuseBindMounts() local 250 std::string label = getLabel(); in doMount() local 421 std::string label = getLabel(); in doUnmount() local
|
D | VolumeEncryption.cpp | 79 bool setup_ext_volume(const std::string& label, const std::string& blk_device, in setup_ext_volume()
|
/system/keymaster/tests/ |
D | ckdf_test.cpp | 31 const char* label; member 90 auto label = hex2blob(test.label); in TEST() local
|
/system/keymaster/include/keymaster/km_openssl/ |
D | ckdf.h | 36 inline keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label, in ckdf()
|
/system/keymaster/include/keymaster/cppcose/ |
D | cppcose.h | 235 std::optional<int> getIntValue(Label label) { in getIntValue() 241 std::optional<bytevec> getBstrValue(Label label) { in getBstrValue() 250 bool checkIntValue(Label label, int expectedValue) { in checkIntValue() 255 void add(Label label, int value) { key_->add(label, value); } in add() 256 void add(Label label, bytevec value) { key_->add(label, std::move(value)); } in add()
|
/system/core/fs_mgr/libsnapshot/ |
D | cow_writer.cpp | 89 bool ICowWriter::AddLabel(uint64_t label) { in AddLabel() 180 bool CowWriter::InitializeAppend(android::base::unique_fd&& fd, uint64_t label) { in InitializeAppend() 185 bool CowWriter::InitializeAppend(android::base::borrowed_fd fd, uint64_t label) { in InitializeAppend() 253 bool CowWriter::OpenForAppend(uint64_t label) { in OpenForAppend() 359 bool CowWriter::EmitLabel(uint64_t label) { in EmitLabel()
|
D | cow_reader.cpp | 93 bool CowReader::Parse(android::base::unique_fd&& fd, std::optional<uint64_t> label) { in Parse() 98 bool CowReader::Parse(android::base::borrowed_fd fd, std::optional<uint64_t> label) { in Parse() 163 bool CowReader::ParseOps(std::optional<uint64_t> label) { in ParseOps() 543 bool CowReader::GetLastLabel(uint64_t* label) { in GetLastLabel()
|
D | snapshot_writer.cpp | 132 bool CompressedSnapshotWriter::EmitLabel(uint64_t label) { in EmitLabel() 144 bool CompressedSnapshotWriter::InitializeAppend(uint64_t label) { in InitializeAppend()
|
D | cow_api_test.cpp | 453 uint64_t label; in TEST_F() local 562 uint64_t label; in TEST_F() local 809 uint64_t label; in TEST_F() local
|
/system/core/toolbox/ |
D | getevent.c | 16 struct label { struct 24 static struct label key_value_labels[] = { argument 99 const char* label; in print_possible_events() local
|
/system/media/alsa_utils/ |
D | alsa_logging.c | 103 void log_pcm_config(struct pcm_config * config, const char* label) { in log_pcm_config()
|
/system/teeui/libteeui/example/ |
D | example_utils.cpp | 53 void translate(LabelImpl* label) { in translate()
|
/system/vold/ |
D | cryptfs.cpp | 134 int cryptfs_setup_ext_volume(const char* label, const char* real_blkdev, const KeyBuffer& key, in cryptfs_setup_ext_volume()
|
D | MetadataCrypt.cpp | 346 bool defaultkey_setup_ext_volume(const std::string& label, const std::string& blk_device, in defaultkey_setup_ext_volume()
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 201 const char *label = evt->findParam("INTERFACE"); in onEvent() local 248 void NetlinkHandler::notifyInterfaceClassActivityChanged(int label, bool isActive, in notifyInterfaceClassActivityChanged()
|
D | NdcDispatcher.cpp | 53 #define PARSE_INT_RETURN_IF_FAIL(cli, label, intLabel, errMsg, addErrno) \ argument 62 #define PARSE_UINT_RETURN_IF_FAIL(cli, label, intLabel, errMsg, addErrno) \ argument
|
/system/core/sdcard/ |
D | sdcard.cpp | 166 static void run_sdcardfs(const std::string& source_path, const std::string& label, uid_t uid, in run_sdcardfs() 237 const char *label = NULL; in main() local
|
/system/extras/cpustats/ |
D | cpustats.c | 305 char label[8]; in print_stats() local 322 static void print_cpu_stats(char* label, struct cpu_info* new_cpu, struct cpu_info* old_cpu, in print_cpu_stats()
|
/system/vold/binder/android/os/ |
D | IVoldListener.aidl | 24 long sizeBytes, @utf8InCpp String label, @utf8InCpp String sysPath); in onDiskMetadataChanged()
|
/system/extras/ext4_utils/include/ext4_utils/ |
D | ext4_sb.h | 47 const char* label; member
|
/system/netd/tests/ |
D | TestUnsolService.cpp | 82 binder::Status TestUnsolService::onInterfaceClassActivityChanged(bool isActive, int label, in onInterfaceClassActivityChanged()
|
/system/update_engine/payload_consumer/ |
D | snapshot_extent_writer_unittest.cc | 75 bool EmitLabel(uint64_t label) { in EmitLabel()
|
/system/core/debuggerd/libdebuggerd/ |
D | utility.cpp | 207 void dump_memory(log_t* log, unwindstack::Memory* memory, uint64_t addr, const std::string& label) { in dump_memory()
|
/system/core/fs_mgr/include_fstab/fstab/ |
D | fstab.h | 43 std::string label; member
|
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/ |
D | CountryZoneTree.java | 601 String label = node.getZoneInfosString() in createGraphvizFile() local
|