Lines Matching refs:identifier
30 // file_id.h: Return a unique identifier for a file
50 // Load the identifier for the elf file path specified in the constructor into
51 // |identifier|. Return false if the identifier could not be created for the
55 // XORing the first 4096 bytes of the .text section to generate an identifier.
56 bool ElfFileIdentifier(uint8_t identifier[kMDGUIDSize]);
58 // Load the identifier for the elf file mapped into memory at |base| into
59 // |identifier|. Return false if the identifier could not be created for the
62 uint8_t identifier[kMDGUIDSize]);
64 // Convert the |identifier| data to a NULL terminated string. The string will
68 static void ConvertIdentifierToString(const uint8_t identifier[kMDGUIDSize],