Searched defs:path_id (Results 1 – 3 of 3) sorted by relevance
73 bool SessionBase::RemoveFilePath(size_t path_id) { in RemoveFilePath()83 bool SessionBase::InsertFilePath(size_t path_id, std::string file_path) { in InsertFilePath()115 bool SessionDirect::RegisterFilePath(size_t path_id, std::string_view file_path) { in RegisterFilePath()140 bool SessionDirect::UnregisterFilePath(size_t path_id) { in UnregisterFilePath()184 std::optional<android::base::unique_fd*> SessionDirect::GetFdForPath(size_t path_id) { in GetFdForPath()193 bool SessionDirect::ReadAhead(size_t path_id, in ReadAhead()282 bool SessionDirect::UnreadAhead(size_t path_id, in UnreadAhead()376 size_t path_id = index_entry.id(); in ProcessFd() local521 size_t path_id = it->first; in Dump() local595 size_t path_id = it->first; in ~SessionDirect() local[all …]
140 size_t path_id; member
197 static bool PerformReadAhead(std::shared_ptr<Session> session, size_t path_id, ReadAheadKind kind, … in PerformReadAhead()345 size_t path_id = index_entry.id(); in BeginTask() local