Searched refs:root_directory (Results 1 – 2 of 2) sorted by relevance
/linux/scripts/clang-tools/ |
A D | gen_compile_commands.py | 166 def process_line(root_directory, command_prefix, file_path): argument 190 abs_path = os.path.abspath(os.path.join(root_directory, file_path)) 194 'directory': root_directory,
|
/linux/drivers/thunderbolt/ |
A D | test.c | 2433 static const u32 root_directory[] = { variable 2498 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_parse() 2560 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_format() 2564 KUNIT_ASSERT_EQ(test, ret, ARRAY_SIZE(root_directory)); in tb_test_property_format() 2574 for (i = 0; i < ARRAY_SIZE(root_directory); i++) in tb_test_property_format() 2575 KUNIT_EXPECT_EQ(test, root_directory[i], block[i]); in tb_test_property_format() 2656 src = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_copy() 2667 KUNIT_ASSERT_EQ(test, ret, ARRAY_SIZE(root_directory)); in tb_test_property_copy() 2669 block = kunit_kzalloc(test, sizeof(root_directory), GFP_KERNEL); in tb_test_property_copy() 2675 for (i = 0; i < ARRAY_SIZE(root_directory); i++) in tb_test_property_copy() [all …]
|
Completed in 78 milliseconds