Searched refs:port_path (Results 1 – 2 of 2) sorted by relevance
189 bool trusty_app_is_startup_port(const char* port_path);205 status_t trusty_app_request_start_by_port(const char* port_path,
653 const char* port_path, in find_manifest_port_entry_locked() argument663 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() argument2034 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() argument2048 entry = find_manifest_port_entry_locked(port_path, &owner); in trusty_app_request_start_by_port()