Searched refs:index_path (Results 1 – 2 of 2) sorted by relevance
993 char *index_path = concat_file_name(mount_dir, ".index"); in cant_touch_index_test() local994 char *subdir = concat_file_name(index_path, "subdir"); in cant_touch_index_test()1022 err = rmdir(index_path); in cant_touch_index_test()1055 filename_in_index = concat_file_name(index_path, "abc"); in cant_touch_index_test()1062 err = rename(index_path, dst_name); in cant_touch_index_test()1070 free(index_path); in cant_touch_index_test()1083 free(index_path); in cant_touch_index_test()
499 index_path = d.getVar("CVE_CHECK_SUMMARY_INDEX_PATH")505 with open(index_path, "a+") as f: