Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/readonly/
H A Dreadonly.c38 static char home_rd[HOME_SIZE + sizeof(HOME_RD_SUFFIX)]; variable
207 home_rd, sizeof(home_rd), "%s%s", home, HOME_RD_SUFFIX)); in main()
213 testutil_make_work_dir(home_rd); in main()
221 open_dbs(op, home, home_wr, home_rd, home_rd2); in main()
269 home, home_rd, home_rd, home_rd)); in main()
306 if ((ret = wiredtiger_open(home_rd, NULL, ENV_CONFIG_RD, &conn3)) != 0) in main()
378 cmd, sizeof(cmd), "chmod 0777 %s %s", home_rd, home_rd2)); in main()
382 cmd, sizeof(cmd), "chmod -R 0666 %s/* %s/*", home_rd, home_rd2)); in main()