Home | History | Annotate | Download | only in mac

Lines Matching refs:identifier

30 // file_id.h: Return a unique identifier for a file
47 // Load the identifier for the file path specified in the constructor into
48 // |identifier|. Return false if the identifier could not be created for the
51 bool FileIdentifier(unsigned char identifier[16]);
60 // Return the unique identifier in |identifier|.
65 unsigned char identifier[16]);
67 // Convert the |identifier| data to a NULL terminated string. The string will
71 static void ConvertIdentifierToString(const unsigned char identifier[16],