Searched refs:path8 (Results 1 – 3 of 3) sorted by relevance
/external/dbus/dbus/ |
D | dbus-object-tree.c | 1508 const char *path8[] = { "childless", NULL }; in object_tree_test_iteration() local 1534 _dbus_assert (!find_subtree (tree, path8, NULL)); in object_tree_test_iteration() 1544 _dbus_assert (find_handler (tree, path8, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration() 1557 _dbus_assert (!find_subtree (tree, path8, NULL)); in object_tree_test_iteration() 1567 _dbus_assert (find_handler (tree, path8, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration() 1579 _dbus_assert (!find_subtree (tree, path8, NULL)); in object_tree_test_iteration() 1592 _dbus_assert (!find_subtree (tree, path8, NULL)); in object_tree_test_iteration() 1605 _dbus_assert (!find_subtree (tree, path8, NULL)); in object_tree_test_iteration() 1618 _dbus_assert (!find_subtree (tree, path8, NULL)); in object_tree_test_iteration() 1628 _dbus_assert (find_handler (tree, path8, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration() [all …]
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | unixfilesystem.cc | 362 std::string path8; in GetAppPathname() local 363 bool success = ToUtf8(cfpath, &path8); in GetAppPathname() 366 path->SetPathname(path8); in GetAppPathname()
|
/external/llvm/lib/Support/Windows/ |
D | PathV2.inc | 420 StringRef path8 = path.toStringRef(path_storage); 421 if (isReservedName(path8)) { 426 if (error_code ec = UTF8ToUTF16(path8, path_utf16))
|