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

/external/chromium/chrome/browser/ui/webui/
H A Dfileicon_source.cc32 std::string escaped_path = UnescapeURLComponent(path, UnescapeRule::SPACES); local
36 std::replace(escaped_path.begin(), escaped_path.end(), '/', '\\');
37 FilePath escaped_filepath(UTF8ToWide(escaped_path));
40 FilePath escaped_filepath(escaped_path);
/external/bluetooth/glib/glib/
H A Dgconvert.c1556 char *escaped_path; local
1581 escaped_path = g_escape_uri_string (pathname, UNSAFE_PATH);
1585 (*escaped_path != '/') ? "/" : "",
1586 escaped_path,
1594 g_free (escaped_path);
/external/bluetooth/glib/gio/
H A Dglocalfile.c420 char *escaped_path; local
463 escaped_path = g_uri_escape_string (filename,
467 (*escaped_path != '/') ? "/" : "",
468 escaped_path,
471 g_free (escaped_path);

Completed in 64 milliseconds