Home
last modified time | relevance | path

Searched defs:document_root (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dremote_test_server.cc99 const base::FilePath& document_root) in RemoteTestServer()
107 const base::FilePath& document_root) in RemoteTestServer()
196 bool RemoteTestServer::Init(const base::FilePath& document_root) { in Init()
H A Dlocal_test_server.cc60 LocalTestServer::LocalTestServer(Type type, const base::FilePath& document_root) in LocalTestServer()
68 const base::FilePath& document_root) in LocalTestServer()
147 bool LocalTestServer::Init(const base::FilePath& document_root) { in Init()
H A Dbase_test_server.h146 const base::FilePath& document_root() const { return document_root_; } in document_root() function
H A Dbase_test_server.cc265 void BaseTestServer::SetResourcePath(const base::FilePath& document_root, in SetResourcePath()
/aosp_15_r20/external/angle/build/android/
H A Dlighttpd_server.py47 def __init__(self, document_root, port=None, argument
/aosp_15_r20/external/cronet/build/android/
H A Dlighttpd_server.py47 def __init__(self, document_root, port=None, argument
/aosp_15_r20/external/openscreen/cast/protocol/castv2/
H A Dvalidation_unittest.cc74 ErrorOr<Json::Value> document_root = json::Parse(document); in TestValidate() local
/aosp_15_r20/external/cronet/net/nqe/
H A Dnetwork_quality_estimator_test_util.cc316 const base::FilePath& document_root) { in LocalHttpTestServer()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_test_util.h461 explicit HttpTestServer(const base::FilePath& document_root) { in HttpTestServer()