Searched refs:FILE_ALL (Results 1 – 4 of 4) sorted by relevance
35 FILE_ALL, // Enable hap and so(new and historical records) enumerator
255 if ((fileType == FILE_SELF) || (fileType == FILE_ALL)) { in ParseCodeSignBlock()261 if ((fileType == FILE_ENTRY_ONLY) || (fileType == FILE_ALL)) { in ParseCodeSignBlock()
490 ret = utils.EnforceCodeSignForApp(hapRealPath, entryMap, FILE_ALL);636 ret = utils.EnforceCodeSignForApp(hapRealPath, entryMap, FILE_ALL);700 …t = utils.EnforceCodeSignForAppWithOwnerId("test-app-identifier", hapRealPath, entryMap, FILE_ALL);
217 if (type == FILE_ENTRY_ADD || type == FILE_ENTRY_ONLY || type == FILE_ALL) { in EnforceCodeSignForAppWithOwnerId()