OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zDeleteOnClose
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
os_win.c
113
WCHAR *
zDeleteOnClose
; /* Name of file to delete when closing */
685
if( pFile->
zDeleteOnClose
){
688
DeleteFileW(pFile->
zDeleteOnClose
)==0
689
&& GetFileAttributesW(pFile->
zDeleteOnClose
)!=0xffffffff
694
free(pFile->
zDeleteOnClose
);
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 446 milliseconds