Searched refs:inFull (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAtomicFile.cpp212 AtomicFile::pathSplit(const std::string &inFull, std::string &outDir, std::string &outFile) argument
214 std::string::size_type slash, len = inFull.size();
215 slash = inFull.rfind('/');
219 outFile = inFull;
223 outDir = inFull;
228 outDir = inFull.substr(0, slash + 1);
229 outFile = inFull.substr(slash + 1, len);
H A DAtomicFile.h72 static void pathSplit(const std::string &inFull, std::string &outDir, std::string &outFile);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAtomicFile.cpp212 AtomicFile::pathSplit(const std::string &inFull, std::string &outDir, std::string &outFile) argument
214 std::string::size_type slash, len = inFull.size();
215 slash = inFull.rfind('/');
219 outFile = inFull;
223 outDir = inFull;
228 outDir = inFull.substr(0, slash + 1);
229 outFile = inFull.substr(slash + 1, len);
H A DAtomicFile.h72 static void pathSplit(const std::string &inFull, std::string &outDir, std::string &outFile);

Completed in 136 milliseconds