Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 39) sorted by relevance

12

/DragonOS/user/apps/user-manage/src/cmd/
H A Dpasswd.rs2 check::check::PasswdCheck, error::error::ExitStatus, executor::executor::PasswdExecutor,
8 mod check; module
21 let info = PasswdCheck::check(cmd); in main()
H A Duseradd.rs2 check::check::UAddCheck,
11 mod check; module
38 let info = UAddCheck::check(cmd); in main()
H A Duserdel.rs2 check::check::UDelCheck,
11 mod check; module
38 let info = UDelCheck::check(cmd); in main()
H A Dgroupadd.rs2 check::check::GAddCheck,
11 mod check; module
38 let info = GAddCheck::check(cmd); in main()
H A Dgroupdel.rs2 check::check::GDelCheck,
11 mod check; module
38 let info = GDelCheck::check(cmd); in main()
H A Dgroupmod.rs2 check::check::GModCheck,
11 mod check; module
39 let info = GModCheck::check(cmd); in main()
H A Dusermod.rs2 check::check::UModCheck,
11 mod check; module
39 let info = UModCheck::check(cmd); in main()
/DragonOS/kernel/src/namespaces/
H A Dsyscall.rs30 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 DMakefile34 .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 DMakefile8 check: target
9 @cargo +nightly-2024-07-23 check --workspace --message-format=json
/DragonOS/build-scripts/
H A DMakefile7 check: target
8 @cargo +nightly-2024-07-23 check --workspace $(CARGO_ZBUILD) --message-format=json
/DragonOS/.github/workflows/
H A Dmakefile.yml11 format-check:
12 name: Format check ${{ matrix.arch }}
25 - name: Format check
/DragonOS/user/apps/user-manage/src/check/
H A Dmod.rs2 pub mod check; module
/DragonOS/user/apps/user-manage/
H A DMakefile42 fmt-check:
43 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
/DragonOS/user/apps/user-manage/src/
H A Dlib.rs1 pub mod check; module
/DragonOS/user/apps/test_socket/
H A DMakefile39 fmt-check:
40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
/DragonOS/user/apps/test_statx/
H A DMakefile39 fmt-check:
40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
/DragonOS/user/apps/clear/
H A DMakefile39 fmt-check:
40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
/DragonOS/user/apps/test-mount/
H A DMakefile39 fmt-check:
40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
/DragonOS/user/apps/test_lo/
H A DMakefile39 fmt-check:
40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
/DragonOS/user/apps/test_alarm/
H A DMakefile39 fmt-check:
40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
/DragonOS/user/apps/test-for-robustfutex/
H A DMakefile39 fmt-check:
40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
/DragonOS/user/apps/test_tokio/
H A DMakefile39 fmt-check:
40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
/DragonOS/user/apps/test-symlink/
H A DMakefile39 fmt-check:
40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check
/DragonOS/user/apps/test-chown/
H A DMakefile39 fmt-check:
40 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check

12