Searched refs:exec (Results 1 – 7 of 7) sorted by relevance
/DragonOS-0.1.8/user/apps/test_sqlite3/ |
D | main.c | 21 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-0.1.8/kernel/src/process/ |
D | mod.rs | 16 pub mod exec; module
|
/DragonOS-0.1.8/docs/community/ChangeLog/V0.1.x/ |
D | V0.1.2.md | 57 - shell: 修复shell的exec命令对绝对路径的拼接错误问题(#114) 58 - shell: exec命令增加"&"后台运行选项 (#100) 130 * bugfix: 修复shell的exec命令对绝对路径的拼接错误问题 277 * new: exec命令增加"&"后台运行选项
|
D | V0.1.0.md | 102 - exec 让进程去执行一个新的可执行文件 234 - 支持的命令:ls,cd,mkdir,exec,about,rmdir,rm,cat,touch,reboot
|
/DragonOS-0.1.8/docs/introduction/ |
D | features.md | 35 - [x] exec
|
/DragonOS-0.1.8/kernel/src/arch/x86_64/ |
D | syscall.rs | 14 process::exec::{load_binary_file, ExecParam, ExecParamFlags},
|
/DragonOS-0.1.8/kernel/src/libs/ |
D | elf.rs | 24 exec::{BinaryLoader, BinaryLoaderResult, ExecError, ExecLoadMode, ExecParam},
|