HomeSort by relevance Sort by last modified time
    Searched full:document_root (Results 1 - 7 of 7) sorted by null

  /external/webkit/Tools/DumpRenderTree/android/
view_source.php 27 $rootDir = realpath($_SERVER['DOCUMENT_ROOT'] . '..' . DIRECTORY_SEPARATOR . '..');
37 # Very primitive check if path tries to go above DOCUMENT_ROOT or is absolute
get_layout_tests_dir_contents.php 30 $rootDir = realpath($_SERVER['DOCUMENT_ROOT'] . '..' . DIRECTORY_SEPARATOR . '..');
91 # Very primitive check if path tries to go above DOCUMENT_ROOT or is absolute
  /external/chromium/net/tools/testserver/
run_testserver.cc 66 if (!file_util::DirectoryExists(test_server.document_root())) {
68 UTF16ToUTF8(test_server.document_root().LossyDisplayName()).c_str());
  /external/chromium/net/test/
test_server.h 103 TestServer(Type type, const FilePath& document_root);
107 const FilePath& document_root);
116 const FilePath& document_root() const { return document_root_; } function in class:net::TestServer
137 void Init(const FilePath& document_root);
test_server.cc 88 TestServer::TestServer(Type type, const FilePath& document_root)
91 Init(document_root);
95 const FilePath& document_root)
99 Init(document_root);
260 void TestServer::Init(const FilePath& document_root) {
271 document_root_ = src_dir.Append(document_root);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
apache_http_server.py 85 document_root = self._cygwin_safe_join(test_dir, "http", "tests")
94 '-C', "\'DocumentRoot \"%s\"\'" % document_root,
182 def _get_virtual_host_config(self, document_root, port, ssl=False):
187 'DocumentRoot "%s"' % document_root,
  /external/apache-harmony/luni/src/test/resources/net.resources/
README.txt 35 <DOCUMENT_ROOT>/testres231

Completed in 3652 milliseconds