/external/chromium_org/third_party/sqlite/ |
system-sqlite.patch | 37 +static int openDirectory(const char*, int*); 49 + { "openDirectory", (sqlite3_syscall_ptr)openDirectory, 0 }, 110 +static int openDirectory(const char *zFilename, int *pFd){ 241 -static int openDirectory(const char *zFilename, int *pFd){ 306 - rc = openDirectory(zPath, &dirfd); 368 - rc = openDirectory(zPath, &fd); 433 +static int openDirectory(const char*, int*); 445 + { "openDirectory", (sqlite3_syscall_ptr)openDirectory, 0 } [all...] |
/external/chromium_org/sync/internal_api/ |
sync_manager_impl.h | 228 bool OpenDirectory(const std::string& username); 280 // OpenDirectory() and ShutdownOnSyncThread().
|
sync_manager_impl.cc | 286 if (!OpenDirectory(username)) { 434 bool SyncManagerImpl::OpenDirectory(const std::string& username) { [all...] |
sync_manager_impl_unittest.cc | [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
file_system.idl | 52 openDirectory
|
/external/chromium_org/third_party/sqlite/src/test/ |
syscall.test | 62 pread64 pwrite64 unlink openDirectory
|
/external/pcre/dist/ |
pcregrep.c | 576 opendirectory(char *filename) function 692 opendirectory(char *filename) function 792 directory_type * opendirectory(char *filename) { return (directory_type*)0;} function [all...] |
/external/chromium_org/ppapi/tests/ |
test_file_io.cc | 178 RUN_CALLBACK_TEST(TestFileIO, OpenDirectory, filter); [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
os_unix.c | 285 static int openDirectory(const char*, int*); 386 { "openDirectory", (sqlite3_syscall_ptr)openDirectory, 0 }, [all...] |
/external/chromium-trace/trace-viewer/test_data/ |
v8.log | 96 shared-library,"/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory",0x92be9910,0x92bf854a 129 shared-library,"/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory",0x917d4167,0x917d6bee [all...] |