Home
last modified time | relevance | path

Searched refs:rc (Results 1 – 7 of 7) sorted by relevance

/DragonOS/user/apps/test_sqlite3/
H A Dmain.c25 int rc = sqlite3_exec(db, sql, NULL, NULL, &errmsg); in exec() local
26 if (rc != SQLITE_OK) { in exec()
35 int rc = sqlite3_exec(db, sql, callback, NULL, &errmsg); in query() local
37 if (rc != SQLITE_OK) { in query()
/DragonOS/tools/
H A Dbuild_gcc_toolchain.sh17 source "$HOME/.$CURRENT_SHELL"rc
192 if [ -n "$(grep -F "export DragonOS_GCC" "$HOME/.$(basename $SHELL)rc")" ]; then
199 source "$HOME/.$CURRENT_SHELL"rc
H A Dgrub_auto_install.sh17 source "$HOME/.$CURRENT_SHELL"rc
H A Dbootstrap.sh17 source "$HOME/.$CURRENT_SHELL"rc
/DragonOS/kernel/crates/intertrait/src/cast/
H A Dcast_rc.rs2 use alloc::rc::Rc;
/DragonOS/kernel/crates/intertrait/src/
H A Dlib.rs71 use alloc::rc::Rc;
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.9.md962 修复bootstrap的一系列脚本忘了source最新的shell rc的问题 (#453)