Home
last modified time | relevance | path

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

12

/system/vold/model/
DEmulatedVolume.cpp96 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
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.h235 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/
Dcow_writer.cpp89 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()
Dcow_reader.cpp93 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()
Dsnapshot_writer.cpp132 bool CompressedSnapshotWriter::EmitLabel(uint64_t label) { in EmitLabel()
144 bool CompressedSnapshotWriter::InitializeAppend(uint64_t label) { in InitializeAppend()
Dcow_api_test.cpp453 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/
Dgetevent.c16 struct label { struct
24 static struct label key_value_labels[] = { argument
99 const char* label; in print_possible_events() local
/system/media/alsa_utils/
Dalsa_logging.c103 void log_pcm_config(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.cpp134 int cryptfs_setup_ext_volume(const char* label, const char* real_blkdev, const KeyBuffer& key, in cryptfs_setup_ext_volume()
DMetadataCrypt.cpp346 bool defaultkey_setup_ext_volume(const std::string& label, const std::string& blk_device, in defaultkey_setup_ext_volume()
/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/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/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/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/
DTestUnsolService.cpp82 binder::Status TestUnsolService::onInterfaceClassActivityChanged(bool isActive, int label, in onInterfaceClassActivityChanged()
/system/update_engine/payload_consumer/
Dsnapshot_extent_writer_unittest.cc75 bool EmitLabel(uint64_t label) { in EmitLabel()
/system/core/debuggerd/libdebuggerd/
Dutility.cpp207 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.h43 std::string label; member
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTree.java601 String label = node.getZoneInfosString() in createGraphvizFile() local

12