Searched refs:maybe_path (Results 1 – 2 of 2) sorted by relevance
36 if (auto maybe_path = FileUriDecode(path)) { in ReadAndParseTorqueFile() local37 maybe_content = ReadFile(*maybe_path); in ReadAndParseTorqueFile()
2334 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)