Home
last modified time | relevance | path

Searched refs:port_path (Results 1 – 2 of 2) sorted by relevance

/trusty/kernel/lib/trusty/include/lib/trusty/
Dtrusty_app.h189 bool trusty_app_is_startup_port(const char* port_path);
205 status_t trusty_app_request_start_by_port(const char* port_path,
/trusty/kernel/lib/trusty/
Dtrusty_app.c653 const char* port_path, in find_manifest_port_entry_locked() argument
663 if (!strncmp(port_path, entry->path, entry->path_len)) { in find_manifest_port_entry_locked()
2030 bool trusty_app_is_startup_port(const char* port_path) { in trusty_app_is_startup_port() argument
2034 entry = find_manifest_port_entry_locked(port_path, NULL); in trusty_app_is_startup_port()
2040 status_t trusty_app_request_start_by_port(const char* port_path, in trusty_app_request_start_by_port() argument
2048 entry = find_manifest_port_entry_locked(port_path, &owner); in trusty_app_request_start_by_port()