/frameworks/compile/mclinker/lib/Support/ |
RealPath.cpp | 30 RealPath::RealPath(const Path& pPath) 31 : Path(pPath) { 39 RealPath& RealPath::assign(const Path& pPath) 41 Path::m_PathName.assign(pPath.native());
|
FileSystem.cpp | 16 bool mcld::sys::fs::exists(const Path &pPath) 19 mcld::sys::fs::detail::status(pPath, file_status); 24 bool mcld::sys::fs::is_directory(const Path &pPath) 27 detail::status(pPath, file_status);
|
MemoryAreaFactory.cpp | 26 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, 29 llvm::StringRef name(pPath.native()); 40 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, 44 llvm::StringRef name(pPath.native());
|
ToolOutputFile.cpp | 28 ToolOutputFile::CleanupInstaller::CleanupInstaller(const sys::fs::Path& pPath) 29 : Keep(false), m_Path(pPath) { 54 ToolOutputFile::ToolOutputFile(const sys::fs::Path& pPath, 57 : m_Installer(pPath), 61 if (!m_FileHandle.open(pPath, pMode, pPermission)) { 65 << pPath
|
/frameworks/compile/mclinker/include/mcld/ |
BitcodeOption.h | 30 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; }
|
Linker.h | 57 /// emit - To open a file for output in pPath and to emit output mcld::Module 59 bool emit(const Module& pModule, const std::string& pPath);
|
/frameworks/compile/mclinker/include/mcld/Support/ |
Path.h | 65 Path& append(const Path& pPath); 104 bool exists(const Path &pPath); 106 bool is_directory(const Path &pPath); 110 operator<<(std::basic_ostream<Char, Traits>& pOS, const Path& pPath) 112 return pOS << pPath.native(); 117 operator>>(std::basic_istream<Char, Traits>& pOS, Path& pPath) 119 return pOS >> pPath.native(); 123 operator<<(llvm::raw_ostream& pOS, const Path& pPath) 125 return pOS << pPath.native();
|
FileSystem.h | 77 bool exists(const Path &pPath); 78 bool is_directory(const Path &pPath); 98 int open(const Path& pPath, int pOFlag); 99 int open(const Path& pPath, int pOFlag, int pPermission);
|
ToolOutputFile.h | 33 ToolOutputFile(const sys::fs::Path& pPath, 56 explicit CleanupInstaller(const sys::fs::Path& pPath);
|
/external/pdfium/core/src/fxge/android/ |
fpf_skiafontmgr.h | 58 void SetPath(FX_LPCSTR pPath) 63 FX_INT32 iSize = FXSYS_strlen(pPath); 65 FXSYS_memcpy32(m_pPath, pPath, iSize * sizeof(FX_CHAR));
|
/frameworks/compile/mclinker/lib/MC/ |
ContextFactory.cpp | 25 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) 27 LDContext* result = find(pPath); 31 f_KeyMap.insert(std::make_pair(pPath, result));
|
Input.cpp | 43 const sys::fs::Path& pPath, 48 m_Path(pPath), 58 const sys::fs::Path& pPath, 64 m_Path(pPath),
|
SearchDirs.cpp | 49 bool SearchDirs::insert(const std::string& pPath) 51 MCLDDirectory* dir = new MCLDDirectory(pPath); 66 bool SearchDirs::insert(const char* pPath) 68 return insert(std::string(pPath)); 71 bool SearchDirs::insert(const sys::fs::Path& pPath) 73 return insert(pPath.native());
|
InputFactory.cpp | 35 const sys::fs::Path& pPath, 40 new (result) Input(pName, pPath, *m_pLast, pType, pFileOffset);
|
/frameworks/compile/mclinker/include/mcld/MC/ |
Input.h | 52 const sys::fs::Path& pPath, 57 const sys::fs::Path& pPath, 73 void setPath(const sys::fs::Path& pPath) 74 { m_Path = pPath; }
|
InputBuilder.h | 57 const sys::fs::Path& pPath, 62 const sys::fs::Path& pPath, 106 const sys::fs::Path& pPath, 111 Input* input = createInput(pName, pPath, pType); 121 const sys::fs::Path& pPath, 126 Input* input = createInput(pName, pPath, pType);
|
/development/tools/etc1tool/ |
etc1tool.cpp | 66 int changeExtension(char* pPath, size_t pathCapacity, const char* pExtension) { 67 size_t pathLen = strlen(pPath); 74 if ((pathLen == 1 && pPath[0] == '.') || (pathLen == 2 && pPath[0] == '.' 75 && pPath[1] == '.') || (pathLen >= 2 && pPath[pathLen - 2] == '/' 76 && pPath[pathLen - 1] == '.') || (pathLen >= 3 77 && pPath[pathLen - 3] == '/' && pPath[pathLen - 2] == '.' 78 && pPath[pathLen - 1] == '.')) [all...] |
/external/openssl/crypto/ocsp/ |
ocsp_lib.c | 168 int OCSP_parse_url(char *url, char **phost, char **pport, char **ppath, int *pssl) 176 *ppath = NULL; 215 *ppath = BUF_strdup("/"); 218 *ppath = BUF_strdup(p); 223 if (!*ppath) goto mem_err; 270 if (*ppath) OPENSSL_free(*ppath);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
KeyStore_Impl3Test.java | 115 KeyStore.PasswordProtection pPath = new KeyStore.PasswordProtection(pwd); 126 kss[i].setEntry(aliases[1], pKey, pPath); 127 kss[i].setEntry(aliases[2], pKey, pPath); 154 en = kss[i].getEntry(aliases[j], (j == 0 ? null : pPath)); 155 en1 = kss1[i].getEntry(aliases[j], (j == 0 ? null : pPath));
|
/external/pdfium/core/src/fpdfapi/ |
fpdf_basic_module.cpp | 91 CFX_ByteString* pPath = NULL;
92 if (m_ModulePathList.Lookup(module_name, (FX_LPVOID&)pPath)) {
93 return _GetPath(*pPath, name);
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
smc_properties.c | 101 * @param pPath the path we want to check 104 static bool checkFilePath(char *pPath) 108 char *pDir = pPath; 115 while(pPath[i] != '\0') 117 if (pPath[i] == SEPARATOR_CHAR) 127 strncpy(pDir, pPath, nSlashIndex);
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
smc_properties.c | 101 * @param pPath the path we want to check 104 static bool checkFilePath(char *pPath) 108 char *pDir = pPath; 115 while(pPath[i] != '\0') 117 if (pPath[i] == SEPARATOR_CHAR) 127 strncpy(pDir, pPath, nSlashIndex);
|
/frameworks/compile/libbcc/include/bcc/ |
Source.h | 48 const std::string &pPath); 75 // when it's created using CreateFromBuffer and pPath if CreateFromFile().
|
/frameworks/compile/mclinker/lib/Script/ |
SearchDirCmd.cpp | 19 SearchDirCmd::SearchDirCmd(const std::string& pPath) 21 m_Path(pPath)
|
/frameworks/compile/mclinker/include/mcld/Script/ |
SearchDirCmd.h | 27 SearchDirCmd(const std::string& pPath);
|