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

12

/external/clang/test/CodeGen/
H A Dutf16-cfstrings.c6 #define CFSTR __builtin___CFStringMakeConstantString macro
9 CFSTR("überhund");
H A Dcfstring.c12 #define CFSTR __builtin___CFStringMakeConstantString macro
15 CFSTR("Hello, World!");
19 void *G = CFSTR("yo joe");
22 static void* h = CFSTR("Goodbye, World!");
H A Dcfstring2.c5 #define CFSTR(x) (CFStringRef) __builtin___CFStringMakeConstantString (x) macro
8 CFSTR("Hello, World!");
12 void *G = CFSTR("yo joe");
/external/lzma/CPP/Windows/
H A DFileDir.h17 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
18 bool SetFileAttrib(CFSTR path, DWORD attrib);
19 bool MyMoveFile(CFSTR existFileName, CFSTR newFileName);
22 bool MyCreateHardLink(CFSTR newFileName, CFSTR existFileName);
25 bool RemoveDir(CFSTR path);
26 bool CreateDir(CFSTR path);
27 bool CreateComplexDir(CFSTR path);
28 bool DeleteFileAlways(CFSTR nam
[all...]
H A DFileName.h22 bool IsDevicePath(CFSTR s) throw(); /* \\.\ */
23 bool IsSuperUncPath(CFSTR s) throw();
30 bool IsDrivePath(CFSTR s) throw();
31 bool IsSuperPath(CFSTR s) throw();
32 bool IsSuperOrDevicePath(CFSTR s) throw();
46 int GetUseSuperPathType(CFSTR s) throw();
47 bool GetSuperPath(CFSTR path, UString &longPath, bool onlyIfNew);
48 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew);
69 bool GetFullPath(CFSTR dirPrefi
[all...]
H A DFileSystem.h14 CFSTR rootPath ,
21 UINT MyGetDriveType(CFSTR pathName);
23 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
H A DFileIO.h59 bool GetReparseData(CFSTR path, CByteBuffer &reparseData, BY_HANDLE_FILE_INFORMATION *fileInfo = NULL);
60 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size);
67 bool Create(CFSTR path, DWORD desiredAccess,
113 static bool GetFileInformation(CFSTR path, BY_HANDLE_FILE_INFORMATION *info)
159 void CalcDeviceSize(CFSTR name);
164 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
165 bool OpenShared(CFSTR fileName, bool shareForWrite);
166 bool Open(CFSTR fileName);
170 bool OpenReparse(CFSTR fileName)
186 bool Open(CFSTR fileNam
[all...]
H A DDLL.h41 bool LoadEx(CFSTR path, DWORD flags = LOAD_LIBRARY_AS_DATAFILE) throw();
42 bool Load(CFSTR path) throw();
H A DFileDir.cpp72 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime)
105 bool SetFileAttrib(CFSTR path, DWORD attrib)
131 bool RemoveDir(CFSTR path)
157 bool MyMoveFile(CFSTR oldFile, CFSTR newFile)
193 bool MyCreateHardLink(CFSTR newFileName, CFSTR existFileName)
229 bool CreateDir(CFSTR path)
255 bool CreateComplexDir(CFSTR _aPathName)
302 bool DeleteFileAlways(CFSTR pat
[all...]
H A DFileFind.h71 bool Find(CFSTR wildcard);
88 bool FindFirst(CFSTR wildcard, CFileInfo &fileInfo);
106 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo);
123 bool DoesFileExist(CFSTR name);
124 bool DoesDirExist(CFSTR name);
125 bool DoesFileOrDirExist(CFSTR name);
148 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);
H A DFileName.cpp50 bool IsDevicePath(CFSTR s) throw()
83 bool IsSuperUncPath(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); }
91 bool IsDrivePath(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && s[2] == '\\'; }
92 bool IsSuperPath(CFSTR s) throw() { return IS_SUPER_PREFIX(s); }
93 bool IsSuperOrDevicePath(CFSTR s) throw() { return IS_SUPER_OR_DEVICE_PATH(s); }
105 static unsigned GetRootPrefixSize_Of_NetworkPath(CFSTR s) throw()
117 static unsigned GetRootPrefixSize_Of_SimplePath(CFSTR s) throw()
127 static unsigned GetRootPrefixSize_Of_SuperPath(CFSTR s) throw()
141 unsigned GetRootPrefixSize(CFSTR s) throw()
202 unsigned GetRootPrefixSize(CFSTR
[all...]
H A DDLL.cpp26 bool CLibrary::LoadEx(CFSTR path, DWORD flags) throw()
43 bool CLibrary::Load(CFSTR path) throw()
H A DFileIO.cpp27 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
49 bool CFileBase::Create(CFSTR path, DWORD desiredAccess,
217 void CInFile::CalcDeviceSize(CFSTR s)
311 bool CInFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
318 bool CInFile::OpenShared(CFSTR fileName, bool shareForWrite)
321 bool CInFile::Open(CFSTR fileName)
374 bool COutFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
377 bool COutFile::Open(CFSTR fileName, DWORD creationDisposition)
380 bool COutFile::Create(CFSTR fileName, bool createAlways)
383 bool COutFile::CreateAlways(CFSTR fileNam
[all...]
H A DFileSystem.cpp23 CFSTR rootPath,
58 UINT MyGetDriveType(CFSTR pathName)
86 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize)
H A DFileFind.cpp51 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
117 bool CFindFile::FindFirst(CFSTR path, CFileInfo &fi)
210 bool CFindStream::FindFirst(CFSTR path, CStreamInfo &si)
294 static int FindAltStreamColon(CFSTR path)
318 bool CFileInfo::Find(CFSTR path)
438 bool DoesFileExist(CFSTR name)
444 bool DoesDirExist(CFSTR name)
449 bool DoesFileOrDirExist(CFSTR name)
499 HANDLE CFindChangeNotification::FindFirst(CFSTR path, bool watchSubtree, DWORD notifyFilter)
H A DFileLink.cpp340 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
348 bool GetReparseData(CFSTR path, CByteBuffer &reparseData, BY_HANDLE_FILE_INFORMATION *fileInfo)
367 static bool CreatePrefixDirOfFile(CFSTR path)
382 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size)
/external/lzma/CPP/Common/
H A DListFileUtils.h12 bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
H A DLang.h18 bool Open(CFSTR fileName, const wchar_t *id);
/external/clang/test/SemaCXX/
H A Dbuiltins.cpp3 #define CFSTR __builtin___CFStringMakeConstantString macro
6 (void)CFStringRef(CFSTR("Hello"));
/external/lzma/CPP/7zip/Common/
H A DFileStreams.h55 bool Open(CFSTR fileName)
60 bool OpenShared(CFSTR fileName, bool shareForWrite)
106 bool Create(CFSTR fileName, bool createAlways)
111 bool Open(CFSTR fileName, DWORD creationDisposition)
H A DInOutTempBuffer.cpp18 static CFSTR kTempFilePrefixString = FTEXT("7zt");
/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.cpp257 imageUTI = CFSTR( "com.microsoft.bmp" );
259 imageUTI = CFSTR( "com.ilm.openexr-image" );
261 imageUTI = CFSTR( "public.jpeg" );
263 imageUTI = CFSTR( "public.jpeg-2000" );
265 imageUTI = CFSTR( "com.adobe.pdf" );
267 imageUTI = CFSTR( "public.png" );
269 imageUTI = CFSTR( "public.tiff" );
/external/lzma/CPP/7zip/UI/FileManager/
H A DSysIconUtils.h46 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex);
/external/clang/test/Sema/
H A Dbuiltins.c26 #define CFSTR __builtin___CFStringMakeConstantString macro
29 X = CFSTR("\242"); // expected-warning {{input conversion stopped}}
30 X = CFSTR("\0"); // no-warning
31 X = CFSTR(242); // expected-error {{CFString literal is not a string constant}} expected-warning {{incompatible integer to pointer conversion}}
32 X = CFSTR("foo", "bar"); // expected-error {{too many arguments to function call}}
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.h105 bool SetSecondFileInfo(CFSTR newName)

Completed in 451 milliseconds

12