Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 11 of 11) sorted by relevance

/DragonOS/user/apps/test_sqlite3/
H A Dmain.c21 void exec(sqlite3 *db, char *sql) in exec() function
45 exec(db, "create table user(" in query_test()
58 exec(db, cmd); in query_test()
/DragonOS/user/apps/test-blockcache/
H A DREADME.md8 2. 输入指令exec test-blockcache即可开始测试
/DragonOS/user/apps/test-backlog/
H A DREADME.md8 2. 输入指令exec test-backlog即可开始测试
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.2.md57 - shell: 修复shell的exec命令对绝对路径的拼接错误问题(#114)
58 - shell: exec命令增加"&"后台运行选项 (#100)
130 * bugfix: 修复shell的exec命令对绝对路径的拼接错误问题
277 * new: exec命令增加"&"后台运行选项
H A DV0.1.0.md102 - exec 让进程去执行一个新的可执行文件
234 - 支持的命令:ls,cd,mkdir,exec,about,rmdir,rm,cat,touch,reboot
H A DV0.1.9.md1110 bugfix: 解决shell在exec的时候传递的argv不正确的bug (#437)
1646 修改shell执行exec时传参错误问题 (#399)
1648 * 修改shell执行exec时传参错误问题
/DragonOS/kernel/src/arch/riscv64/process/
H A Dsyscall.rs10 exec::{load_binary_file, ExecParam, ExecParamFlags},
/DragonOS/docs/introduction/
H A Dfeatures.md35 - [x] exec
/DragonOS/kernel/src/arch/x86_64/process/
H A Dsyscall.rs13 exec::{load_binary_file, ExecParam, ExecParamFlags},
/DragonOS/kernel/src/libs/
H A Delf.rs31 exec::{BinaryLoader, BinaryLoaderResult, ExecError, ExecLoadMode, ExecParam},
/DragonOS/kernel/src/process/
H A Dmod.rs73 pub mod exec; module