Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit_json.py57 with open(json_path, 'w') as result_path:
58 result_path.write(json_obj)
62 os.path.join(root, result_path.name))
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dpseudo_files.c238 struct path *result_path, in dir_relative_path_resolve() argument
261 *result_path = *base_path; in dir_relative_path_resolve()
262 path_get(result_path); in dir_relative_path_resolve()
267 LOOKUP_FOLLOW | LOOKUP_DIRECTORY, result_path, NULL); in dir_relative_path_resolve()