Loading cmds/installd/CacheItem.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,7 @@ int CacheItem::purge() { break; } } fts_close(fts); } else { if (tombstone) { if (truncate(path.c_str(), 0) != 0) { Loading Loading
cmds/installd/CacheItem.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -116,6 +116,7 @@ int CacheItem::purge() { break; } } fts_close(fts); } else { if (tombstone) { if (truncate(path.c_str(), 0) != 0) { Loading