Searched defs:path_prefix (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/sessions/
H A Dsession_restore_uitest.cc27 FilePath path_prefix = test_data_directory_.AppendASCII("session_history"); local
29 url1_ = net::FilePathToFileURL(path_prefix.AppendASCII("bot1.html"));
30 url2_ = net::FilePathToFileURL(path_prefix.AppendASCII("bot2.html"));
31 url3_ = net::FilePathToFileURL(path_prefix.AppendASCII("bot3.html"));
/external/chromium_org/extensions/common/matcher/
H A Durl_matcher.cc360 const std::string& path_prefix) {
362 host_suffix + kEndOfDomain + path_prefix);
368 const std::string& path_prefix) {
371 path_prefix);
358 CreateHostSuffixPathPrefixCondition( const std::string& host_suffix, const std::string& path_prefix) argument
366 CreateHostEqualsPathPrefixCondition( const std::string& host, const std::string& path_prefix) argument
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc61 const char *path_prefix = flags()->strip_path_prefix; local
62 uptr path_prefix_len = internal_strlen(path_prefix);
67 if (ent->file && (pos = internal_strstr(ent->file, path_prefix)))
/external/netperf/
H A Dnettest_unix.c84 path_prefix[32];
137 strcpy(path_prefix,"/tmp");
819 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf."));
2047 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf."));
2291 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf."));
2871 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf."));
3160 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf."));
3406 strcpy(path_prefix,optarg);
83 path_prefix[32]; variable
/external/chromium_org/chrome_frame/test/
H A Dtest_with_web_server.cc354 CFInvocation invocation, const std::wstring& path_prefix) {
355 EXPECT_CALL(*this, Get(_, testing::StartsWith(path_prefix), _))
353 ExpectAndServeRequestAnyNumberTimes( CFInvocation invocation, const std::wstring& path_prefix) argument
/external/chromium_org/ui/base/text/
H A Dtext_elider.cc104 // Prepends |path_prefix|, appends |filename|, inserts ellipsis if appropriate.
105 string16 BuildPathFromComponents(const string16& path_prefix, argument
110 string16 path = path_prefix;
/external/v8/src/
H A Dliveobjectlist.cc1996 const char* path_prefix = "."; local
2003 path_prefix = FLAG_lol_workdir;
2005 OS::SNPrintF(temp_filename, "%s/lol-print-%d", path_prefix, ++temp_count);
2115 const char* path_prefix = "."; local
2118 path_prefix = FLAG_lol_workdir;
2120 OS::SNPrintF(temp_filename, "%s/lol-getpath-%d", path_prefix, ++temp_count);

Completed in 160 milliseconds