Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c993 char *index_path = concat_file_name(mount_dir, ".index"); in cant_touch_index_test() local
994 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()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcve-check.bbclass499 index_path = d.getVar("CVE_CHECK_SUMMARY_INDEX_PATH")
505 with open(index_path, "a+") as f: