Searched refs:sub_path (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/engine/flutter/fml/ |
D | mapping.cc | 25 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()
|
D | mapping.h | 53 const std::string& sub_path = ""); 60 const std::string& sub_path = "");
|
/third_party/cef/tests/ceftests/ |
D | cors_unittest.cc | 1124 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()
|