HomeSort by relevance Sort by last modified time
    Searched defs:ENCRYPTED (Results 1 - 2 of 2) sorted by null

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 74 public static final String ENCRYPTED = "encrypted";
  /external/syslinux/memdisk/
unzip.c 49 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */
224 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */
228 #define PK_ENCRYPTED 0x01 /* bit 0 set: file is encrypted */
252 if (gzh->flags & ENCRYPTED) {
253 error("gzip file is encrypted; not supported");
302 error("pkzip file is encrypted; not supported");

Completed in 66 milliseconds