HomeSort by relevance Sort by last modified time
    Searched refs:path_prefix (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
cron_servlet.py 83 def run_cron_for_dir(d, path_prefix=''):
87 CreateURLsFromPaths(server_instance.host_file_system, d, path_prefix))
130 for path, path_prefix in cron_runs:
131 success = run_cron_for_dir(path, path_prefix=path_prefix) and success
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 501 path_is_unc, path_prefix, path_list = _abspath_split(path)
506 if path_prefix.lower() != start_prefix.lower():
509 % (path_prefix, start_prefix))
512 % (path_prefix, start_prefix))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 501 path_is_unc, path_prefix, path_list = _abspath_split(path)
506 if path_prefix.lower() != start_prefix.lower():
509 % (path_prefix, start_prefix))
512 % (path_prefix, start_prefix))
  /external/chromium/chrome/browser/download/
download_util.h 261 void EraseUniqueDownloadFiles(const FilePath& path_prefix);
  /external/chromium/chrome/browser/sessions/
session_restore_uitest.cc 27 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/
url_matcher.h 41 PATH_PREFIX,
150 // should be followed by a given |path_prefix|.
153 const std::string& path_prefix);
156 const std::string& path_prefix);
url_matcher.cc 297 return CreateCondition(URLMatcherCondition::PATH_PREFIX,
360 const std::string& path_prefix) {
362 host_suffix + kEndOfDomain + path_prefix);
368 const std::string& path_prefix) {
371 path_prefix);
  /external/chromium/chrome/browser/
tab_restore_uitest.cc 30 FilePath path_prefix(test_data_directory_);
31 path_prefix = path_prefix.AppendASCII("session_history");
32 url1_ = net::FilePathToFileURL(path_prefix.AppendASCII("bot1.html"));
33 url2_ = net::FilePathToFileURL(path_prefix.AppendASCII("bot2.html"));
  /external/chromium_org/native_client_sdk/src/tools/
create_nmf.py 654 parser.add_option('-P', '--path-prefix', dest='path_prefix', default='',
698 if options.path_prefix:
699 path_prefix = options.path_prefix.split('/')
701 path_prefix = []
726 lib_prefix=path_prefix,
  /external/netperf/
nettest_unix.c 84 path_prefix[32];
137 strcpy(path_prefix,"/tmp");
819 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf."));
83 path_prefix[32]; variable
    [all...]
  /external/chromium_org/chrome_frame/test/
test_with_web_server.h 112 const std::wstring& path_prefix);
test_with_web_server.cc 354 CFInvocation invocation, const std::wstring& path_prefix) {
355 EXPECT_CALL(*this, Get(_, testing::StartsWith(path_prefix), _))
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 61 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/v8/src/
liveobjectlist.cc 1996 const char* path_prefix = "."; local
2115 const char* path_prefix = "."; local
    [all...]
  /external/chromium_org/ui/base/text/
text_elider.cc 104 // Prepends |path_prefix|, appends |filename|, inserts ellipsis if appropriate.
105 string16 BuildPathFromComponents(const string16& path_prefix,
110 string16 path = path_prefix;
    [all...]

Completed in 3111 milliseconds