/external/lzma/C/Util/Lzma/ |
D | makefile.gcc | 13 7zFile.o \ 37 7zFile.o: ../../7zFile.c 38 $(CXX) $(CFLAGS) ../../7zFile.c
|
D | makefile | 15 $O\7zFile.obj \
|
D | LzmaUtil.dsp | 89 SOURCE=..\..\7zFile.c 93 SOURCE=..\..\7zFile.h
|
/external/lzma/C/Util/7z/ |
D | makefile.gcc | 7 … Delta.o LzmaDec.o Lzma2Dec.o Bra.o Bra86.o BraIA64.o Bcj2.o Ppmd7.o Ppmd7Dec.o 7zFile.o 7zStream.o 68 7zFile.o: ../../7zFile.c 69 $(CXX) $(CFLAGS) ../../7zFile.c
|
D | makefile | 10 $O\7zFile.obj \
|
D | 7z.dsp | 132 SOURCE=..\..\7zFile.c 136 SOURCE=..\..\7zFile.h
|
/external/sqlite/dist/orig/ |
D | shell.c | 2219 const char *zFile, in makeDirectory() argument 2222 char *zCopy = sqlite3_mprintf("%s", zFile); in makeDirectory() 2261 const char *zFile, /* File to write */ in writeFile() argument 2269 if( symlink(zTo, zFile)<0 ) return 1; in writeFile() 2274 if( mkdir(zFile, mode) ){ in writeFile() 2281 || 0!=stat(zFile, &sStat) in writeFile() 2283 || ((sStat.st_mode&0777)!=(mode&0777) && 0!=chmod(zFile, mode&0777)) in writeFile() 2292 FILE *out = fopen(zFile, "wb"); in writeFile() 2303 if( rc==0 && mode && chmod(zFile, mode & 0777) ){ in writeFile() 2325 zFile, FILE_WRITE_ATTRIBUTES, 0, NULL, OPEN_EXISTING, in writeFile() [all …]
|
D | sqlite3.h | 3358 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault); 5987 const char *zFile, /* Name of the shared library containing extension */
|
D | sqlite3.c | 4382 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault); 7011 const char *zFile, /* Name of the shared library containing extension */ 21096 const char *zFile, in sqlite3OsOpenMalloc() argument 21105 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags); in sqlite3OsOpenMalloc() 31096 static int posixOpen(const char *zFile, int flags, int mode){ 31097 return open(zFile, flags, mode); 35327 const char *zFile = pShmNode->zFilename; 35328 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile); 36400 const char *zFile, /* File name */ 36407 if( 0==osStat(zFile, &sStat) ){ [all …]
|
/external/sqlite/dist/ |
D | shell.c | 2225 const char *zFile, in makeDirectory() argument 2228 char *zCopy = sqlite3_mprintf("%s", zFile); in makeDirectory() 2267 const char *zFile, /* File to write */ in writeFile() argument 2275 if( symlink(zTo, zFile)<0 ) return 1; in writeFile() 2280 if( mkdir(zFile, mode) ){ in writeFile() 2287 || 0!=stat(zFile, &sStat) in writeFile() 2289 || ((sStat.st_mode&0777)!=(mode&0777) && 0!=chmod(zFile, mode&0777)) in writeFile() 2298 FILE *out = fopen(zFile, "wb"); in writeFile() 2309 if( rc==0 && mode && chmod(zFile, mode & 0777) ){ in writeFile() 2331 zFile, FILE_WRITE_ATTRIBUTES, 0, NULL, OPEN_EXISTING, in writeFile() [all …]
|
D | sqlite3.h | 3358 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault); 5987 const char *zFile, /* Name of the shared library containing extension */
|
D | sqlite3.c | 4382 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault); 7011 const char *zFile, /* Name of the shared library containing extension */ 21096 const char *zFile, in sqlite3OsOpenMalloc() argument 21105 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags); in sqlite3OsOpenMalloc() 31100 static int posixOpen(const char *zFile, int flags, int mode){ 31101 return open(zFile, flags, mode); 35343 const char *zFile = pShmNode->zFilename; 35344 rc = unixLogError(SQLITE_IOERR_SHMSIZE, "write", zFile); 36416 const char *zFile, /* File name */ 36423 if( 0==osStat(zFile, &sStat) ){ [all …]
|
/external/lzma/C/Util/SfxSetup/ |
D | makefile | 11 $O\7zFile.obj \
|
D | makefile_con | 12 $O\7zFile.obj \
|
D | SfxSetup.dsp | 134 SOURCE=..\..\7zFile.c 138 SOURCE=..\..\7zFile.h
|
/external/lzma/C/ |
D | Android.bp | 35 "7zFile.c",
|
/external/perfetto/buildtools/ |
D | BUILD.gn | 639 "lzma/C/7zFile.c",
|