Searched refs:sys (Results 51 - 75 of 527) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h74 bool open(const sys::fs::Path& pPath,
77 bool open(const sys::fs::Path& pPath,
101 const sys::fs::Path& path() const
131 sys::fs::Path m_Path;
H A DDerivedPositionDependentOptions.h29 sys::fs::RealPath m_Path;
32 FileOption(unsigned pPosition, Type pType, const sys::fs::Path &pPath)
37 inline const sys::fs::Path *path() const { return &m_Path; }
54 BitcodeOption(unsigned pPosition, const sys::fs::Path &pPath)
74 InputFileOption(unsigned pPosition, const sys::fs::Path &pPath)
H A DPath.h9 // This file declares the mcld::sys::fs:: namespace. It follows TR2/boost
27 namespace sys { namespace in namespace:mcld
159 } // namespace of sys
168 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path,
169 mcld::sys::fs::Path,
172 bool operator() (const mcld::sys::fs::Path& pX,const mcld::sys::fs::Path& pY) const {
H A DHandleToArea.h83 bool erase(const sys::fs::Path& pPath);
85 Result findFirst(const sys::fs::Path& pPath);
87 ConstResult findFirst(const sys::fs::Path& pPath) const;
/frameworks/native/include/utils/
H A DLog.h32 #include <sys/types.h>
H A Dmisc.h23 #include <sys/time.h>
/frameworks/native/opengl/libagl/
H A Dtexture.h23 #include <sys/types.h>
H A Dvertex.h23 #include <sys/types.h>
/frameworks/av/media/mtp/
H A DMtpStorage.cpp23 #include <sys/types.h>
24 #include <sys/stat.h>
25 #include <sys/statfs.h>
H A DMtpRequestPacket.cpp20 #include <sys/types.h>
H A DMtpResponsePacket.cpp20 #include <sys/types.h>
/frameworks/base/tools/aapt/
H A DDirectoryWalker.h11 #include <sys/types.h>
12 #include <sys/param.h>
13 #include <sys/stat.h>
/frameworks/compile/libbcc/tests/
H A Dbccarm8 import sys namespace
49 for arg in sys.argv[1:]:
64 print compileArm(sys.argv[1:])
/frameworks/compile/mclinker/unittests/
H A DTestLinkerTest.cpp17 using namespace mcld::sys::fs;
47 mcld::sys::fs::Path path = TOPDIR;
67 mcld::sys::fs::Path top_level = TOPDIR;
H A DFileHandleTest.cpp48 mcld::sys::fs::Path path(TOPDIR);
64 mcld::sys::fs::Path path(TOPDIR);
88 mcld::sys::fs::Path path(TOPDIR);
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp19 using namespace mcld::sys::fs;
169 bool mcld::sys::fs::operator==(const Path& pLHS,const Path& pRHS)
174 bool mcld::sys::fs::operator!=(const Path& pLHS,const Path& pRHS)
179 Path mcld::sys::fs::operator+(const Path& pLHS, const Path& pRHS)
181 mcld::sys::fs::Path result = pLHS;
186 bool mcld::sys::fs::is_separator(char value)
195 bool mcld::sys::fs::exists(const Path &pPath)
202 bool mcld::sys::fs::is_directory(const Path &pPath)
209 std::ostream &mcld::sys::fs::operator<<(std::ostream& pOS,
215 std::istream &mcld::sys
[all...]
/frameworks/base/cmds/installd/
H A Dinstalld.h24 #include <sys/stat.h>
31 #include <sys/socket.h>
32 #include <sys/types.h>
33 #include <sys/wait.h>
44 #include <sys/mount.h>
46 #include <sys/statfs.h>
/frameworks/compile/linkloader/android/
H A Dtest-librsloader.c26 #include <sys/mman.h>
27 #include <sys/stat.h>
28 #include <sys/types.h>
/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp45 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType)
62 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) {
75 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) {
/frameworks/av/include/media/
H A DEffectsFactoryApi.h22 #include <sys/types.h>
H A DIAudioRecord.h21 #include <sys/types.h>
H A DIRemoteDisplay.h21 #include <sys/types.h>
/frameworks/av/include/media/stagefright/foundation/
H A DABitReader.h23 #include <sys/types.h>
/frameworks/base/cmds/ip-up-vpn/
H A Dip-up-vpn.c24 #include <sys/stat.h>
25 #include <sys/types.h>
26 #include <sys/socket.h>
27 #include <sys/ioctl.h>
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Din_memory_wrapper_input.cpp17 #include <sys/stat.h>

Completed in 508 milliseconds

1234567891011>>