Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 29) sorted by relevance

12

/system/vold/model/
DEmulatedVolume.cpp98 std::string label = volume.getLabel(); in bindMountVolume() local
118 std::string label = getLabel(); in mountFuseBindMounts() local
235 std::string label = getLabel(); in unmountFuseBindMounts() local
333 std::string label = getLabel(); in doMount() local
504 std::string label = getLabel(); in doUnmount() local
DVolumeEncryption.cpp79 bool setup_ext_volume(const std::string& label, const std::string& blk_device, in setup_ext_volume()
/system/keymaster/tests/
Dckdf_test.cpp31 const char* label; member
90 auto label = hex2blob(test.label); in TEST() local
/system/keymaster/include/keymaster/km_openssl/
Dckdf.h36 inline keymaster_error_t ckdf(const KeymasterKeyBlob& key, const KeymasterBlob& label, in ckdf()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h250 std::optional<int> getIntValue(Label label) { in getIntValue()
256 std::optional<bytevec> getBstrValue(Label label) { in getBstrValue()
265 bool checkIntValue(Label label, int expectedValue) { in checkIntValue()
270 void add(Label label, int value) { key_->add(label, value); } in add()
271 void add(Label label, bytevec value) { key_->add(label, std::move(value)); } in add()
/system/core/toolbox/
Dgetevent.c16 struct label { struct
24 static struct label key_value_labels[] = { argument
99 const char* label; in print_possible_events() local
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_reader.cpp95 bool CowReader::Parse(android::base::unique_fd&& fd, std::optional<uint64_t> label) { in Parse()
100 bool CowReader::Parse(android::base::borrowed_fd fd, std::optional<uint64_t> label) { in Parse()
165 bool CowReader::ParseOps(std::optional<uint64_t> label) { in ParseOps()
558 bool CowReader::GetLastLabel(uint64_t* label) { in GetLastLabel()
Dcow_writer.cpp118 bool ICowWriter::AddLabel(uint64_t label) { in AddLabel()
309 bool CowWriter::InitializeAppend(android::base::unique_fd&& fd, uint64_t label) { in InitializeAppend()
314 bool CowWriter::InitializeAppend(android::base::borrowed_fd fd, uint64_t label) { in InitializeAppend()
388 bool CowWriter::OpenForAppend(uint64_t label) { in OpenForAppend()
569 bool CowWriter::EmitLabel(uint64_t label) { in EmitLabel()
Dcow_api_test.cpp639 uint64_t label; in TEST_F() local
748 uint64_t label; in TEST_F() local
995 uint64_t label; in TEST_F() local
/system/media/alsa_utils/
Dalsa_logging.c103 void log_pcm_config(const struct pcm_config * config, const char* label) { in log_pcm_config()
/system/teeui/libteeui/example/
Dexample_utils.cpp53 void translate(LabelImpl* label) { in translate()
/system/vold/
Dcryptfs.cpp103 int cryptfs_setup_ext_volume(const char* label, const char* real_blkdev, const KeyBuffer& key, in cryptfs_setup_ext_volume()
DMetadataCrypt.cpp375 bool defaultkey_setup_ext_volume(const std::string& label, const std::string& blk_device, in defaultkey_setup_ext_volume()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_writer.cpp136 bool CompressedSnapshotWriter::EmitLabel(uint64_t label) { in EmitLabel()
148 bool CompressedSnapshotWriter::InitializeAppend(uint64_t label) { in InitializeAppend()
/system/extras/cpustats/
Dcpustats.c305 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/core/sdcard/
Dsdcard.cpp166 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/netd/server/
DNetlinkHandler.cpp201 const char *label = evt->findParam("INTERFACE"); in onEvent() local
248 void NetlinkHandler::notifyInterfaceClassActivityChanged(int label, bool isActive, in notifyInterfaceClassActivityChanged()
DNdcDispatcher.cpp53 #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/vold/binder/android/os/
DIVoldListener.aidl24 long sizeBytes, @utf8InCpp String label, @utf8InCpp String sysPath); in onDiskMetadataChanged()
/system/extras/ext4_utils/include/ext4_utils/
Dext4_sb.h47 const char* label; member
/system/netd/tests/
Dnetd_test.cpp74 static void assertBpfContext(const char* const target, const char* const label) { in assertBpfContext()
DTestUnsolService.cpp82 binder::Status TestUnsolService::onInterfaceClassActivityChanged(bool isActive, int label, in onInterfaceClassActivityChanged()
/system/update_engine/payload_consumer/
Dsnapshot_extent_writer_unittest.cc80 bool EmitLabel(uint64_t label) { in EmitLabel()
/system/core/debuggerd/libdebuggerd/
Dutility.cpp203 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/
Dfstab.h44 std::string label; member

12