Searched refs:path8 (Results 1 – 7 of 7) sorted by relevance
368 std::string path8; in GetAppPathname() local369 bool success = ToUtf8(cfpath, &path8); in GetAppPathname()372 path->SetPathname(path8); in GetAppPathname()
475 StringRef path8 = path.toStringRef(path_storage);476 if (isReservedName(path8)) {481 if (error_code ec = UTF8ToUTF16(path8,
472 StringRef path8 = path.toStringRef(path_storage);473 if (isReservedName(path8)) {478 if (std::error_code ec = widenPath(path8, path_utf16))
474 StringRef path8 = path.toStringRef(path_storage);475 if (isReservedName(path8)) {480 if (std::error_code ec = widenPath(path8, path_utf16))
705 StringRef path8 = path.toStringRef(path_storage);706 if (isReservedName(path8)) {711 if (std::error_code ec = widenPath(path8, path_utf16))
147 SkPath path8(path); in build1_1() local148 builder.add(path8, (SkPathOp) 2); in build1_1()