Loading cmds/installd/CacheTracker.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -148,6 +148,7 @@ void CacheTracker::loadItemsFrom(const std::string& path) { } // Bubble up modified time to parent CHECK(p != nullptr); switch (p->fts_info) { case FTS_DP: case FTS_DEFAULT: Loading Loading
cmds/installd/CacheTracker.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -148,6 +148,7 @@ void CacheTracker::loadItemsFrom(const std::string& path) { } // Bubble up modified time to parent CHECK(p != nullptr); switch (p->fts_info) { case FTS_DP: case FTS_DEFAULT: Loading