Home
last modified time | relevance | path

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

/system/utest/fs/
A Dtest-rw-workers.c69 static bool init_environment(env_t* env);
199 init_environment(&env); in test_work_single_thread()
254 static bool init_environment(env_t* env) { in init_environment() function
291 ASSERT_TRUE(init_environment(&env), ""); in test_work_concurrently()
A Dtest-random-op.c67 static bool init_environment(env_t*);
125 static bool init_environment(env_t* env) { in init_environment() function
666 ASSERT_TRUE(init_environment(&env), ""); in test_random_op_multithreaded()
/system/utest/fs-host/
A Dtest-rw-workers.cpp48 static bool init_environment();
205 static bool init_environment() { in init_environment() function
220 ASSERT_TRUE(init_environment()); in TestWorkSingleThread()

Completed in 5 milliseconds