Home
last modified time | relevance | path

Searched refs:tombstone (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/cmds/installd/
DCacheItem.cpp42 tombstone = mParent->tombstone; in CacheItem()
47 tombstone = false; in CacheItem()
84 p->fts_number = tombstone; in purge()
120 if (tombstone) { in purge()
DCacheItem.h50 bool tombstone; variable
DCacheTracker.cpp125 item->tombstone |= (getxattr(p->fts_path, kXattrCacheTombstone, nullptr, 0) >= 0); in loadItemsFrom()
/frameworks/base/services/core/java/com/android/server/os/
DNativeTombstoneManager.java180 TombstoneFile tombstone = mTombstones.valueAt(i); in purge() local
181 if (tombstone.matches(userId, appId)) { in purge()
182 tombstone.purge(); in purge()
264 TombstoneFile tombstone = mTombstones.valueAt(i); in collectTombstones() local
265 if (tombstone.matches(Optional.of(userId), Optional.of(appId))) { in collectTombstones()
266 if (pid != 0 && tombstone.mPid != pid) { in collectTombstones()
274 if (tombstone.matches(exitInfo)) { in collectTombstones()
275 exitInfo.setNativeTombstoneRetriever(tombstone.getPfdRetriever()); in collectTombstones()
282 output.add(tombstone.toAppExitInfo()); in collectTombstones()
/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.tcc45 static entry_type* tombstone = reinterpret_cast<entry_type*>(0x1); in getTombstone() local
46 return tombstone; in getTombstone()
/frameworks/base/services/core/java/com/android/server/
DBootReceiver.java477 public static void addTombstoneToDropBox(Context ctx, File tombstone, boolean proto) { in addTombstoneToDropBox() argument
483 db.addFile(TAG_TOMBSTONE_PROTO, tombstone, 0); in addTombstoneToDropBox()
486 addFileToDropBox(db, timestamps, headers, tombstone.getPath(), LOG_SIZE, in addTombstoneToDropBox()
/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp177 TEST_F(HashTableTest, tombstone) { in TEST_F() argument
/frameworks/base/core/java/android/os/storage/
DStorageManager.java2713 public void setCacheBehaviorTombstone(File path, boolean tombstone) throws IOException { in setCacheBehaviorTombstone() argument
2714 setCacheBehavior(path, XATTR_CACHE_TOMBSTONE, tombstone); in setCacheBehaviorTombstone()
/frameworks/base/core/java/android/app/
DNotification.java6109 final boolean tombstone = (action.actionIntent == null); in generateActionButton()
6112 : tombstone ? getActionTombstoneLayoutResource() in generateActionButton()
6114 if (!tombstone) { in generateActionButton()
8960 final boolean tombstone = (action.actionIntent == null); in bindMediaActionButton()
8976 if (!tombstone) { in bindMediaActionButton()