Searched refs:mPath (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dsinglediskrep.cpp41 : mPath(path)
66 return makeCFURL(mPath);
71 return mPath;
91 mFd.open(mPath, O_RDONLY);
111 return canonicalIdentifier(mPath);
H A Dsinglediskrep.h62 std::string path() const { return mPath; }
65 std::string mPath; member in class:Security::CodeSigning::SingleDiskRep
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dsinglediskrep.cpp41 : mPath(path)
66 return makeCFURL(mPath);
71 return mPath;
91 mFd.open(mPath, O_RDONLY);
111 return canonicalIdentifier(mPath);
H A Dsinglediskrep.h62 std::string path() const { return mPath; }
65 std::string mPath; member in class:Security::CodeSigning::SingleDiskRep
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A DPCSCDriverBundles.h59 ProductMatchInfo(std::string path, std::string name) : mPath(path), mName(name) {}
61 std::string path() const { return mPath; }
65 std::string mPath; member in class:PCSCD::DriverBundles::ProductMatchInfo
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dosxcode.h65 ExecutableTool(const char *path) : mPath(path) { }
67 string path() const { return mPath; }
72 string mPath; // UTF8 pathname to executable member in class:Security::ExecutableTool
86 string path() const { return mPath; }
101 string mPath; // UTF8 path to bundle directory member in class:Security::Bundle
H A Dosxcode.cpp123 : mPath(path), mBundle(NULL)
135 mPath = root ? root : cfStringRelease(CFBundleCopyBundleURL(mBundle));
136 secdebug("bundle", "%p Bundle from bundle %p(%s)", this, bundle, mPath.c_str());
159 secdebug("bundle", "instantiating CFBundle for %s", mPath.c_str());
161 (const UInt8 *)mPath.c_str(), mPath.length(), true);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dosxcode.h65 ExecutableTool(const char *path) : mPath(path) { }
67 string path() const { return mPath; }
72 string mPath; // UTF8 pathname to executable member in class:Security::ExecutableTool
86 string path() const { return mPath; }
101 string mPath; // UTF8 path to bundle directory member in class:Security::Bundle
H A Dosxcode.cpp123 : mPath(path), mBundle(NULL)
135 mPath = root ? root : cfStringRelease(CFBundleCopyBundleURL(mBundle));
136 secdebug("bundle", "%p Bundle from bundle %p(%s)", this, bundle, mPath.c_str());
159 secdebug("bundle", "instantiating CFBundle for %s", mPath.c_str());
161 (const UInt8 *)mPath.c_str(), mPath.length(), true);
/macosx-10.9.5/Security-55471.14.18/include/security_filedb/
H A DAtomicFile.cpp47 mPath(inPath)
97 if (::unlink(mPath.c_str()) != 0)
100 secdebug("atomicfile", "unlink %s: %s", mPath.c_str(), strerror(error));
115 const char *path = mPath.c_str();
132 const char *path = mPath.c_str();
193 return new AtomicBufferedFile(mPath, mIsLocalFileSystem);
199 const char *path = mPath.c_str();
380 mPath(inPath),
393 secdebug("atomicfile", "%p closed %s", this, mPath.c_str());
398 secdebug("atomicfile", "%p free %s buffer %p", this, mPath
[all...]
H A DAtomicFile.h58 const string& path() const { return mPath; }
79 string mPath; member in class:Security::AtomicFile
118 string mPath; member in class:Security::AtomicBufferedFile
175 string mPath; member in class:Security::AtomicTempFile
180 // If this is true we unlink both mPath and mFile.path() when we rollback.
207 string mPath; member in class:Security::LocalFileLocker
231 string mPath; member in class:Security::NetworkFileLocker
/macosx-10.9.5/Security-55471.14.18/libsecurity_filedb/lib/
H A DAtomicFile.cpp47 mPath(inPath)
97 if (::unlink(mPath.c_str()) != 0)
100 secdebug("atomicfile", "unlink %s: %s", mPath.c_str(), strerror(error));
115 const char *path = mPath.c_str();
132 const char *path = mPath.c_str();
193 return new AtomicBufferedFile(mPath, mIsLocalFileSystem);
199 const char *path = mPath.c_str();
380 mPath(inPath),
393 secdebug("atomicfile", "%p closed %s", this, mPath.c_str());
398 secdebug("atomicfile", "%p free %s buffer %p", this, mPath
[all...]
H A DAtomicFile.h58 const string& path() const { return mPath; }
79 string mPath; member in class:Security::AtomicFile
118 string mPath; member in class:Security::AtomicBufferedFile
175 string mPath; member in class:Security::AtomicTempFile
180 // If this is true we unlink both mPath and mFile.path() when we rollback.
207 string mPath; member in class:Security::LocalFileLocker
231 string mPath; member in class:Security::NetworkFileLocker
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dosxverifier.h56 const std::string& path() const { return mPath; }
85 std::string mPath; // path to originating code (comment) member in class:Security::OSXVerifier
H A Dosxverifier.cpp45 mPath = code->canonicalPath();
46 secdebug("codesign", "building verifier for %s", mPath.c_str());
73 : mPath(path)
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dosxverifier.h56 const std::string& path() const { return mPath; }
85 std::string mPath; // path to originating code (comment) member in class:Security::OSXVerifier
H A Dosxverifier.cpp45 mPath = code->canonicalPath();
46 secdebug("codesign", "building verifier for %s", mPath.c_str());
73 : mPath(path)
/macosx-10.9.5/Security-55471.14.18/libsecurity_manifest/lib/
H A DManifestInternal.cpp492 mPath = path;
496 secdebug ("manifest", "Created file item for %s with name %s", mPath.c_str (), mName.c_str ());
635 secdebug ("manifest", "Destroyed manifest item %p for path %s", this, mPath.c_str ());
686 ComputeDigestForFile ((char*) mPath.c_str (), mDigest[0], mFileLengths[0], st);
694 resourceForkName = mPath;
708 else if (HasResourceFork ((char*) mPath.c_str (), resourceForkName, stat2))
906 secdebug ("manifest", "Destroyed directory item %p for path %s", this, mPath.c_str ());
991 mPath = path;
998 secdebug ("manifest", "Added directory entry for %s with name %s", mPath.c_str (), mName.c_str ());
1022 if (PathIsAppleDoubleFile ((mPath
[all...]
H A DManifestInternal.h165 std::string mPath, mName; member in class:FileSystemEntryItem
268 std::string mPath, mName; member in class:ManifestOtherItem
/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSAttrParser.cpp43 mPath(NULL),
57 Syslog::alert("CFURLCreateFromFileSystemRepresentation(%s) failure", mPath);
66 Syslog::alert("CFBundleCreate(%s) failure", mPath);
69 mPath = new char[pathLen + 1];
70 strcpy(mPath, bundlePath);
76 delete [] mPath;
108 Syslog::alert("MDSAttrParser: no mdsattr files for %s", mPath);
160 MDSDictionary mdsDict(infoUrl, subdir, mPath);
246 op, mPath, cUrlStr, cerrStr);
255 op, mPath, cUrlSt
[all...]
H A DMDSAttrParser.h149 char *mPath; member in class:Security::MDSAttrParser
/macosx-10.9.5/securityd-55199.3/src/
H A Ddatabase.cpp230 : mPath(path), mValid(false)
260 if (::stat(mPath.c_str(), &st)) {
270 secdebug("syskc", "reading system unlock record from %s", mPath.c_str());
271 AutoFileDesc fd(mPath, O_RDONLY);
H A Dcodesigdb.cpp70 AclIdentity(const CssmData hash, string path) : mHash(hash), mPath(path) { }
72 string getPath() const { return mPath; }
77 const string mPath; member in struct:AclIdentity
H A Ddatabase.h224 std::string mPath; // path to file member in class:SystemKeychainKey
227 bool mValid; // mBlob was validly read from mPath
228 UnlockBlob mBlob; // contents of mPath as last read
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimateMotionElement.cpp141 SVGMPathElement* mPath = static_cast<SVGMPathElement*>(child); local
142 SVGPathElement* pathElement = mPath->pathElement();

Completed in 148 milliseconds