Home
last modified time | relevance | path

Searched refs:sub_path (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/fml/
Dmapping.cc25 const std::string& sub_path) { in CreateReadOnly() argument
26 if (sub_path.size() != 0) { in CreateReadOnly()
28 OpenFile(base_fd, sub_path.c_str(), false, FilePermission::kRead), ""); in CreateReadOnly()
49 const std::string& sub_path) { in CreateReadExecute() argument
50 if (sub_path.size() != 0) { in CreateReadExecute()
52 OpenFile(base_fd, sub_path.c_str(), false, FilePermission::kRead), ""); in CreateReadExecute()
Dmapping.h53 const std::string& sub_path = "");
60 const std::string& sub_path = "");
/third_party/cef/tests/ceftests/
Dcors_unittest.cc1124 const std::string& sub_path = base_path + ".sub.txt"; in SetupExecRequest() local
1125 sub_resource->Init(sub_handler, sub_path, kMimeTypeText, kDefaultText); in SetupExecRequest()
1197 preflight_resource->Init(sub_handler, sub_path, kMimeTypeText, in SetupExecRequest()