HomeSort by relevance Sort by last modified time
    Searched refs:syncDir (Results 1 - 23 of 23) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 374 File syncDir = getSyncDir();
375 syncDir.mkdirs();
376 AtomicFile accountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"));
407 accountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"));
436 accountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"));
482 File syncDir = getSyncDir();
483 syncDir.mkdirs();
484 AtomicFile accountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"));
514 accountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"));
543 accountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteFileSystemPosix.cpp 102 // syncDir - determines if the directory to which this file belongs
104 int chromiumDelete(sqlite3_vfs*, const char* fileName, int syncDir)
106 return blink::Platform::current()->databaseDeleteFile(String(fileName), syncDir);
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 180 virtual int databaseDeleteFile(const WebString& vfsFileName, bool syncDir) { return 0; }
  /external/chromium_org/third_party/sqlite/src/src/
test_devsym.c 62 static int devsymDelete(sqlite3_vfs*, const char *zName, int syncDir);
test_multiplex.c 387 int syncDir
416 rc2 = pOrigVfs->xDelete(pOrigVfs, gMultiplex.zName, syncDir);
    [all...]
test_journal.c 154 static int jtDelete(sqlite3_vfs*, const char *zName, int syncDir);
test_onefile.c 164 static int fsDelete(sqlite3_vfs*, const char *zName, int syncDir);
os_unix.c     [all...]
os_win.c     [all...]
sqlite.h.in     [all...]
test_osinst.c 160 static int vfslogDelete(sqlite3_vfs*, const char *zName, int syncDir);
    [all...]
test_vfstrace.c 68 static int vfstraceDelete(sqlite3_vfs*, const char *zName, int syncDir);
os_os2.c     [all...]
test_vfs.c 174 static int tvfsDelete(sqlite3_vfs*, const char *zName, int syncDir);
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java 422 File syncDir = new File(systemDir, "sync");
423 syncDir.mkdirs();
425 maybeDeleteLegacyPendingInfoLocked(syncDir);
427 mAccountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"));
428 mStatusFile = new AtomicFile(new File(syncDir, "status.bin"));
429 mPendingFile = new AtomicFile(new File(syncDir, "pending.xml"));
430 mStatisticsFile = new AtomicFile(new File(syncDir, "stats.bin"));
    [all...]
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 123 File syncDir = new File(systemDir, "registered_services");
124 mPersistentServicesFile = new AtomicFile(new File(syncDir, interfaceName + ".xml"));
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 439 ** iOffset -> Contains the "syncDir" flag.
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 2513 milliseconds