Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 34) sorted by relevance

12

/trusty/kernel/lib/libc-trusty/
Drules.mk74 -Wno-string-plus-int \
155 $(MUSL_DIR)/src/string/explicit_bzero.c \
156 $(MUSL_DIR)/src/string/bcmp.c \
157 $(MUSL_DIR)/src/string/memccpy.c \
158 $(MUSL_DIR)/src/string/memmem.c \
159 $(MUSL_DIR)/src/string/mempcpy.c \
160 $(MUSL_DIR)/src/string/memrchr.c \
161 $(MUSL_DIR)/src/string/stpcpy.c \
162 $(MUSL_DIR)/src/string/stpncpy.c \
163 $(MUSL_DIR)/src/string/strcasecmp.c \
[all …]
/trusty/user/base/lib/metrics_atoms/android/frameworks/stats/
Datoms.proto39 optional string reverse_domain_name = 1;
41 optional string app_id = 3;
42 optional string client_app_id = 4;
86 optional string reverse_domain_name = 1;
88 optional string app_id = 3;
89 optional string client_app_id = 4;
98 optional string reverse_domain_name = 1;
99 optional string app_id = 2;
/trusty/user/base/lib/libc-trusty/
Drules.mk45 -Wno-string-plus-int \
204 $(MUSL_DIR)/src/string/bcmp.c \
205 $(MUSL_DIR)/src/string/explicit_bzero.c \
206 $(MUSL_DIR)/src/string/memccpy.c \
207 $(MUSL_DIR)/src/string/memchr.c \
208 $(MUSL_DIR)/src/string/memcmp.c \
209 $(MUSL_DIR)/src/string/memcpy.c \
210 $(MUSL_DIR)/src/string/memmem.c \
211 $(MUSL_DIR)/src/string/memmove.c \
212 $(MUSL_DIR)/src/string/mempcpy.c \
[all …]
/trusty/kernel/lib/app_manifest/
Dapp_manifest.c91 const char* string; in app_manifest_read_string() local
101 string = app_manifest_get_ptr(iterator, string_entries); in app_manifest_read_string()
102 if (!string) { in app_manifest_read_string()
113 string_length = strnlen(string, string_size); in app_manifest_read_string()
121 return string; in app_manifest_read_string()
150 const char* string; in app_manifest_iterator_next() local
219 string = app_manifest_read_string(iterator, string_size, in app_manifest_iterator_next()
221 if (!string) { in app_manifest_iterator_next()
226 entry->value.start_port.name = string; in app_manifest_iterator_next()
286 string = app_manifest_read_string(iterator, string_size, "app-name"); in app_manifest_iterator_next()
[all …]
/trusty/kernel/lib/shared/device_tree/service/include/lib/shared/device_tree/service/
Ddevice_tree_service.h49 Status get_name(std::string* node_name);
51 Status get_subnode(const std::string& node_name, sp<INode>* node);
57 Status get_prop(const std::string& prop_name, Property* prop);
77 NodeIterator(const std::vector<std::string>& compatible, in NodeIterator()
89 std::optional<std::vector<std::string>> mCompatibleStrs;
101 const std::vector<std::string>& compatible_strs,
/trusty/kernel/lib/shared/device_tree/service/
Ddevice_tree_service.cpp43 const std::vector<std::string>& compatible_strs) { in NodeOffsetByCompatibleList()
76 const std::vector<std::string>& compatible_strs, in get_compatible_nodes_from_list()
159 Status Node::get_name(std::string* node_name) { in get_name()
176 Status Node::get_subnode(const std::string& node_name, sp<INode>* node) { in get_subnode()
259 Status Node::get_prop(const std::string& prop_name, Property* prop) { in get_prop()
337 prop->name = std::string(prop_name, (size_t)prop_len); in get_next_prop()
/trusty/kernel/lib/shared/binder_discover/
Dbinder_discover.cpp38 std::string port;
42 DiscoveryTreeNode(std::string&& port) in DiscoveryTreeNode()
44 DiscoveryTreeNode(std::string&& port, in DiscoveryTreeNode()
/trusty/kernel/lib/shared/device_tree/client/
Ddevice_tree.cpp103 std::vector<std::string> compat(compat_str_list, compat_str_list + num_str); in device_tree_idevice_tree_get_compatible_nodes_from_list()
150 std::string* node_name = new (std::nothrow) std::string(); in device_tree_inode_get_name()
169 std::string node_name(subnode_name); in device_tree_inode_get_subnode()
216 std::string property_name(name); in device_tree_inode_get_prop()
/trusty/user/base/lib/libstdc++-trusty/test/
Dlibcxx_test.cpp239 std::string a("abcdefghijklmnopqrstuvwxyz!!!"); in TEST_F()
240 std::string b("abcdefghijklmnopqrstuvwxyz"); in TEST_F()
249 std::string a("foo"); in TEST_F()
250 std::string b; in TEST_F()
/trusty/kernel/lib/libcxx-trusty/
Drules.mk68 $(LIBCXX_DIR)/src/string.cpp \
/trusty/user/app/storage/
Daidl_service.cpp214 std::vector<std::string>* out) final { in readNextFilenames()
277 std::vector<std::string>* out;
294 std::string last_name_;
457 Status rename(const std::string& new_name, CreationMode dest_create_mode) { in rename()
507 Status openFile(const std::string& file_name, in openFile()
544 Status deleteFile(const std::string& file_name, in deleteFile()
570 Status renameFile(const std::string& file_name, in renameFile()
571 const std::string& new_name, in renameFile()
599 Status openDir(const std::string& file_name, in openDir()
/trusty/user/base/lib/sample/apploader_policy_engine/
Dapploader_policy_engine.cpp50 std::string key_slot{"com.android.trusty.apploader."}; in get_key()
/trusty/user/base/lib/trusty-std/src/
Dlib.rs54 pub use alloc_crate::{borrow, boxed, fmt, format, rc, slice, str, string, vec};
/trusty/user/app/keymaster/
Dtrusty_remote_provisioning_context.h43 std::vector<uint8_t> DeriveBytesFromHbk(const std::string& context,
Dtrusty_remote_provisioning_context.cpp53 const std::string& context, in DeriveBytesFromHbk()
/trusty/user/base/lib/libstdc++-trusty/
Drules.mk62 $(LIBCXX_DIR)/src/string.cpp \
/trusty/user/base/app/device_tree/tests/dtb/
Dtest.dts33 /* The compatible string that the tests initially search for */
/trusty/vendor/google/aosp/scripts/
Dlog_processor.py202 def colorize(self, string, color): argument
204 return color + string + self.color.reset if self.colored else string
/trusty/host/common/scripts/metrics_atoms_protoc_plugin/templates_package/templates/
Dmetrics_atoms.h.j221 #include <string.h>
Dmetrics_atoms.c.j220 #include <string.h>
/trusty/user/base/app/acvp/
Dacvp.cpp363 const std::string name(reinterpret_cast<const char*>(algorithm.data()), in FindTrustyHandler()
420 const std::string name( in AcvpOnMessage()
441 const std::string name( in AcvpOnMessage()
/trusty/user/base/lib/unittest-rust/src/
Dtypes.rs36 use alloc::string::String;
/trusty/user/app/sample/rust-hello-world/
DREADME.md61 …he logic for turning incoming IPC messages into a string to process, and the logic for turning a s…
/trusty/user/app/secretkeeper/
Dstore.rs23 use alloc::string::String;
/trusty/user/base/lib/apploader_package/
Dpackage.cpp54 std::string key_slot{"com.android.trusty.apploader."}; in get_key()

12