Home
last modified time | relevance | path

Searched refs:rs (Results 1 – 25 of 58) sorted by relevance

123

/trusty/user/app/sample/rust-hello-world/
DREADME.md25 | |-- |-- main.rs
28 |-- |-- lib.rs
37 …- `lib.rs` - This file contains the functionality of the original `app`. It sets up the event lo…
48 …e app TA. In addition, the source file for the app TA, `main.rs`, simply calls into `lib.rs` to st…
50 …- `main.rs` - This simply contains the `main` function that runs on app startup, which calls int…
58 `main.rs` contains just a simple call to the functions in `lib.rs`, which contains all the function…
60 In `lib.rs`, there are two core traits that are implemented:
66 …re included in the same file as the source code. This is reflected in `lib.rs`, on the bottom of t…
71 1. You can use the unit tests in `lib.rs`.
Drules.mk23 $(LOCAL_DIR)/lib.rs \
/trusty/user/base/lib/syscall-stubs/
Dcommon-inc.mk35 SYSCALL_RS := $(SYSCALL_SRCS_DIR)/trusty_syscalls.rs
/trusty/user/app/sample/skel2/rust/
Drules.mk20 MODULE_SRCS := $(LOCAL_DIR)/src/lib.rs
/trusty/kernel/platform/generic-x86_64/rust/
Drules.mk8 $(LOCAL_DIR)/src/lib.rs \
/trusty/user/base/lib/trusty-log/
Drules.mk20 MODULE_SRCS := $(LOCAL_DIR)/src/lib.rs
/trusty/user/app/keymint/generic_access_policy/
Drules.mk21 $(LOCAL_DIR)/lib.rs \
/trusty/user/base/lib/libcore-rust/
Drules.mk22 MODULE_SRCS := $(LIBCORE_DIR)/src/lib.rs
/trusty/user/base/lib/secretkeeper/comm/
Drules.mk20 MODULE_SRCS := system/secretkeeper/comm/src/lib.rs
/trusty/user/base/lib/secretkeeper/dice_policy/
Drules.mk20 MODULE_SRCS := system/secretkeeper/dice_policy/src/lib.rs
/trusty/user/base/host/authgraph-rust/derive/
Drules.mk20 MODULE_SRCS := system/authgraph/derive/src/lib.rs
/trusty/user/base/host/keymint-rust/derive/
Drules.mk20 MODULE_SRCS := system/keymint/derive/src/lib.rs
/trusty/user/base/lib/authgraph-rust/wire/
Drules.mk20 MODULE_SRCS := system/authgraph/wire/src/lib.rs
/trusty/user/base/lib/unittest-rust/
Drules.mk20 MODULE_SRCS := $(LOCAL_DIR)/src/lib.rs
/trusty/user/base/lib/liballoc-rust/
Drules.mk22 MODULE_SRCS := $(LIBALLOC_DIR)/src/lib.rs
/trusty/user/base/make/
Daidl.mk47 AIDL_EXT := rs
111 …:= $(sort $(foreach src,$(AIDL_SRCS),$(call GET_AIDL_PACKAGE_ROOT,$(src))/$(MODULE_CRATE_NAME).rs))
114 $(error Unable to determine root AIDL .rs file for $(MODULE))
/trusty/user/app/keymint/unauthorized_test_app/
Drules.mk23 $(LOCAL_DIR)/lib.rs \
/trusty/user/base/lib/librustc-demangle-rust/
Drules.mk22 MODULE_SRCS := $(RUSTC_DEMANGLE_DIR)/src/lib.rs
/trusty/user/base/lib/libpanic_abort-rust/
Drules.mk22 MODULE_SRCS := $(SRC_DIR)/src/lib.rs
/trusty/user/app/sample/rust_no_std/
Drules.mk25 $(LOCAL_DIR)/main.rs \
/trusty/user/base/lib/libunwind-rust/
Drules.mk22 MODULE_SRCS := $(LIBUNWIND_DIR)/src/lib.rs
/trusty/user/base/lib/authgraph-rust/core/
Drules.mk20 MODULE_SRCS := system/authgraph/core/src/lib.rs
/trusty/user/app/sample/hwcryptohal/common/
Drules.mk21 $(LOCAL_DIR)/lib.rs \
/trusty/user/base/lib/system_state/rust/
Drules.mk20 MODULE_SRCS := $(LOCAL_DIR)/src/lib.rs
/trusty/user/app/secretkeeper/app/
Drules.mk25 $(LOCAL_DIR)/main.rs \

123