Searched refs:path_spec (Results 1 – 2 of 2) sorted by relevance
419 path_spec = lldb.SBFileSpec(resolved_path)424 self.module = target.FindModule(path_spec)
510 FileSpec path_spec(path); in Handle_vFile_Open() local511 FileSystem::Instance().Resolve(path_spec); in Handle_vFile_Open()513 auto file = FileSystem::Instance().Open(path_spec, flags, mode, false); in Handle_vFile_Open()