Home
last modified time | relevance | path

Searched refs:path8 (Results 1 – 4 of 4) sorted by relevance

/external/dbus/dbus/
Ddbus-object-tree.c1521 const char *path8[] = { "childless", NULL }; in object_tree_test_iteration() local
1547 _dbus_assert (!find_subtree (tree, path8, NULL)); in object_tree_test_iteration()
1557 _dbus_assert (find_handler (tree, path8, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration()
1570 _dbus_assert (!find_subtree (tree, path8, NULL)); in object_tree_test_iteration()
1580 _dbus_assert (find_handler (tree, path8, &exact_match) == tree->root && !exact_match); 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()
1631 _dbus_assert (!find_subtree (tree, path8, NULL)); in object_tree_test_iteration()
1641 _dbus_assert (find_handler (tree, path8, &exact_match) == tree->root && !exact_match); in object_tree_test_iteration()
[all …]
/external/webrtc/webrtc/base/
Dunixfilesystem.cc368 std::string path8; in GetAppPathname() local
369 bool success = ToUtf8(cfpath, &path8); in GetAppPathname()
372 path->SetPathname(path8); in GetAppPathname()
/external/llvm/lib/Support/Windows/
DPath.inc429 StringRef path8 = path.toStringRef(path_storage);
430 if (isReservedName(path8)) {
435 if (std::error_code ec = widenPath(path8, path_utf16))
/external/skia/tests/
DPathOpsBuildUseTest.cpp147 SkPath path8(path); in build1_1() local
148 builder.add(path8, (SkPathOp) 2); in build1_1()