/DragonOS/user/apps/user-manage/src/cmd/ |
H A D | passwd.rs | 2 check::check::PasswdCheck, error::error::ExitStatus, executor::executor::PasswdExecutor, 8 mod check; module 21 let info = PasswdCheck::check(cmd); in main()
|
H A D | useradd.rs | 2 check::check::UAddCheck, 11 mod check; module 38 let info = UAddCheck::check(cmd); in main()
|
H A D | userdel.rs | 2 check::check::UDelCheck, 11 mod check; module 38 let info = UDelCheck::check(cmd); in main()
|
H A D | groupadd.rs | 2 check::check::GAddCheck, 11 mod check; module 38 let info = GAddCheck::check(cmd); in main()
|
H A D | groupdel.rs | 2 check::check::GDelCheck, 11 mod check; module 38 let info = GDelCheck::check(cmd); in main()
|
H A D | groupmod.rs | 2 check::check::GModCheck, 11 mod check; module 39 let info = GModCheck::check(cmd); in main()
|
H A D | usermod.rs | 2 check::check::UModCheck, 11 mod check; module 39 let info = UModCheck::check(cmd); in main()
|
/DragonOS/kernel/src/namespaces/ |
H A D | syscall.rs | 30 let check = check_unshare_flags(unshare_flags)?; in sys_unshare() localVariable 37 Ok(check) in sys_unshare() 41 let check = check_unshare_flags(flags)?; in sys_setns() localVariable 45 if check == 0 { in sys_setns()
|
/DragonOS/kernel/ |
H A D | Makefile | 34 .PHONY: check 35 check: ECHO target 39 …RUSTFLAGS="$(RUSTFLAGS)" cargo +nightly-2024-07-23 check --workspace $(CARGO_ZBUILD) --message-for… 41 …RUSTFLAGS="$(RUSTFLAGS)" cargo +nightly-2024-07-23 check --workspace $(CARGO_ZBUILD) --message-for…
|
/DragonOS/tools/ |
H A D | Makefile | 8 check: target 9 @cargo +nightly-2024-07-23 check --workspace --message-format=json
|
/DragonOS/build-scripts/ |
H A D | Makefile | 7 check: target 8 @cargo +nightly-2024-07-23 check --workspace $(CARGO_ZBUILD) --message-format=json
|
/DragonOS/.github/workflows/ |
H A D | makefile.yml | 11 format-check: 12 name: Format check ${{ matrix.arch }} 25 - name: Format check
|
/DragonOS/user/apps/user-manage/src/check/ |
H A D | mod.rs | 2 pub mod check; module
|
/DragonOS/user/apps/user-manage/ |
H A D | Makefile | 42 fmt-check: 43 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
|
/DragonOS/user/apps/user-manage/src/ |
H A D | lib.rs | 1 pub mod check; module
|
/DragonOS/user/apps/test_socket/ |
H A D | Makefile | 39 fmt-check: 40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
|
/DragonOS/user/apps/test_statx/ |
H A D | Makefile | 39 fmt-check: 40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
|
/DragonOS/user/apps/clear/ |
H A D | Makefile | 39 fmt-check: 40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
|
/DragonOS/user/apps/test-mount/ |
H A D | Makefile | 39 fmt-check: 40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
|
/DragonOS/user/apps/test_lo/ |
H A D | Makefile | 39 fmt-check: 40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
|
/DragonOS/user/apps/test_alarm/ |
H A D | Makefile | 39 fmt-check: 40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
|
/DragonOS/user/apps/test-for-robustfutex/ |
H A D | Makefile | 39 fmt-check: 40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
|
/DragonOS/user/apps/test_tokio/ |
H A D | Makefile | 39 fmt-check: 40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
|
/DragonOS/user/apps/test-symlink/ |
H A D | Makefile | 39 fmt-check: 40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
|
/DragonOS/user/apps/test-chown/ |
H A D | Makefile | 39 fmt-check: 40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
|