Searched refs:path8 (Results 1 - 3 of 3) sorted by relevance

/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...]
/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/llvm/lib/Support/Windows/
H A DPathV2.inc432 StringRef path8 = path.toStringRef(path_storage);
433 if (isReservedName(path8)) {
438 if (error_code ec = UTF8ToUTF16(path8, path_utf16))

Completed in 35 milliseconds