Searched refs:filename_in_index (Results 1 – 1 of 1) sorted by relevance
996 char *filename_in_index = NULL; in cant_touch_index_test() local1039 filename_in_index = get_index_filename(mount_dir, file_id); in cant_touch_index_test()1041 err = unlink(filename_in_index); in cant_touch_index_test()1048 err = rename(filename_in_index, dst_name); in cant_touch_index_test()1054 free(filename_in_index); in cant_touch_index_test()1055 filename_in_index = concat_file_name(index_path, "abc"); in cant_touch_index_test()1056 err = link(file_path, filename_in_index); in cant_touch_index_test()1072 free(filename_in_index); in cant_touch_index_test()1084 free(filename_in_index); in cant_touch_index_test()1665 char *filename_in_index = get_index_filename(mount_dir, in work_after_remount_test() local[all …]