Searched refs:file_to_map (Results 1 – 1 of 1) sorted by relevance
89 def _get_pathfile_to_access(self, file_to_map): argument92 if not file_to_map.startswith(path_prefix):93 raise RuntimeError('"%s" does not start with "%s"', file_to_map,96 return file_to_map[len(path_prefix):]