Lines Matching refs:pkgconf_buffer_str
50 TEST_ASSERT_STRCMP_EQ(pkgconf_buffer_str(&buf), "/usr/lib/pkgconfig"); in test_path_trim_basename()
52 TEST_ASSERT_STRCMP_EQ(pkgconf_buffer_str(&buf), "/usr/lib"); in test_path_trim_basename()
54 TEST_ASSERT_STRCMP_EQ(pkgconf_buffer_str(&buf), "/usr"); in test_path_trim_basename()
56 TEST_ASSERT_STRCMP_EQ(pkgconf_buffer_str(&buf), ""); in test_path_trim_basename()
58 TEST_ASSERT_STRCMP_EQ(pkgconf_buffer_str(&buf), ""); in test_path_trim_basename()
63 TEST_ASSERT_STRCMP_EQ(pkgconf_buffer_str(&buf), "foo.pc"); in test_path_trim_basename()
76 TEST_ASSERT_STRCMP_EQ(pkgconf_path_find_basename(pkgconf_buffer_str(&buf)), "pkgconfig"); in test_determine_prefix_logic()
79 TEST_ASSERT_STRCMP_EQ(pkgconf_buffer_str(&buf), "/opt/foo"); in test_determine_prefix_logic()
85 TEST_ASSERT_STRCMP_EQ(pkgconf_path_find_basename(pkgconf_buffer_str(&buf)), "pkgconfig"); in test_determine_prefix_logic()
93 TEST_ASSERT_STRCMP_EQ(pkgconf_path_find_basename(pkgconf_buffer_str(&buf)), "pkgconfig"); in test_determine_prefix_logic()
101 TEST_ASSERT_STRCMP_EQ(pkgconf_buffer_str(&buf), "/usr/lib/pkgconfig"); in test_determine_prefix_logic()
103 TEST_ASSERT_STRCMP_EQ(pkgconf_buffer_str(&buf), "/usr/lib"); in test_determine_prefix_logic()