Searched defs:path8 (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.cc362 std::string path8; local
363 bool success = ToUtf8(cfpath, &path8);
366 path->SetPathname(path8);
/external/dbus/dbus/
H A Ddbus-object-tree.c1508 const char *path8[] = { "childless", NULL }; local
1534 _dbus_assert (!find_subtree (tree, path8, NULL));
1544 _dbus_assert (find_handler (tree, path8, &exact_match) == tree->root && !exact_match);
1557 _dbus_assert (!find_subtree (tree, path8, NULL));
1567 _dbus_assert (find_handler (tree, path8, &exact_match) == tree->root && !exact_match);
1579 _dbus_assert (!find_subtree (tree, path8, NULL));
1592 _dbus_assert (!find_subtree (tree, path8, NULL));
1605 _dbus_assert (!find_subtree (tree, path8, NULL));
1618 _dbus_assert (!find_subtree (tree, path8, NULL));
1628 _dbus_assert (find_handler (tree, path8,
[all...]

Completed in 332 milliseconds