Searched refs:real_full_path (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DStaticCode.cpp1100 char real_full_path[PATH_MAX]; local
1101 if (realpath(fullPath.str().c_str(), real_full_path) == NULL)
1105 if (foundTarget && strcmp(main_path, real_full_path) == 0)
1108 SecPointer<SecStaticCode> frameworkVersion = new SecStaticCode(DiskRep::bestGuess(real_full_path));
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DStaticCode.cpp1100 char real_full_path[PATH_MAX]; local
1101 if (realpath(fullPath.str().c_str(), real_full_path) == NULL)
1105 if (foundTarget && strcmp(main_path, real_full_path) == 0)
1108 SecPointer<SecStaticCode> frameworkVersion = new SecStaticCode(DiskRep::bestGuess(real_full_path));

Completed in 104 milliseconds