Home
last modified time | relevance | path

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

/examples/utest/testcases/mm/
A Dlwp_mmap_fd.c114 long temp_file_des; in utest_tc_init() local
115 temp_file_des = open(FILE_PATH, O_RDWR | O_CREAT, 0777); in utest_tc_init()
116 LOG_D("New fd=%ld path=%s", temp_file_des, FILE_PATH); in utest_tc_init()
117 if (temp_file_des < 0) in utest_tc_init()
119 _setup_file_content(temp_file_des); in utest_tc_init()
120 close(temp_file_des); in utest_tc_init()
A Dlwp_mmap_fd_map_fixed_merge.c188 long temp_file_des; in utest_tc_init() local
189 temp_file_des = open(FILE_PATH, O_RDWR | O_CREAT, 0777); in utest_tc_init()
190 LOG_D("New fd=%ld path=%s", temp_file_des, FILE_PATH); in utest_tc_init()
191 if (temp_file_des < 0) in utest_tc_init()
193 _setup_file_content(temp_file_des); in utest_tc_init()
194 close(temp_file_des); in utest_tc_init()
A Dlwp_mmap_fd_map_fixed_split.c189 long temp_file_des; in utest_tc_init() local
190 temp_file_des = open(FILE_PATH, O_RDWR | O_CREAT, 0777); in utest_tc_init()
191 LOG_D("New fd=%ld path=%s", temp_file_des, FILE_PATH); in utest_tc_init()
192 if (temp_file_des < 0) in utest_tc_init()
194 _setup_file_content(temp_file_des); in utest_tc_init()
195 close(temp_file_des); in utest_tc_init()

Completed in 13 milliseconds