Home
last modified time | relevance | path

Searched refs:maybe_path (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtorque-compiler.cc36 if (auto maybe_path = FileUriDecode(path)) { in ReadAndParseTorqueFile() local
37 maybe_content = ReadFile(*maybe_path); in ReadAndParseTorqueFile()
/third_party/json/tools/cpplint/
Dcpplint.py2334 maybe_path = StripListPrefix(PathSplitToList(file_path_from_root),
2339 " _root=%s)\n") % (maybe_path, file_path_from_root, _root))
2341 if maybe_path:
2342 return os.path.join(*maybe_path)
2349 maybe_path = StripListPrefix(PathSplitToList(full_path),
2354 "root_abspath=%s)\n") % (maybe_path, full_path, root_abspath))
2356 if maybe_path:
2357 return os.path.join(*maybe_path)