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

  /external/chromium_org/chrome/test/base/
testing_profile.h 130 // Creates the history service. If |delete_file| is true, the history file is
136 bool CreateHistoryService(bool delete_file, bool no_db) WARN_UNUSED_RESULT;
150 // NULL. If |delete_file| is true, the bookmarks file is deleted first, then
157 void CreateBookmarkModel(bool delete_file);
testing_profile.cc 375 bool TestingProfile::CreateHistoryService(bool delete_file, bool no_db) {
377 if (delete_file) {
448 void TestingProfile::CreateBookmarkModel(bool delete_file) {
449 if (delete_file) {
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 227 PAPCFUNC delete_file = reinterpret_cast<PAPCFUNC>( local
231 if (!sleep || !delete_file || !exit_process) {
236 ::QueueUserAPC(delete_file, pi.hThread,
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
testfile.py 43 def delete_file(cls, key, master, builder, test_type, name, before, limit): member in class:TestFile
testfile_test.py 118 ndeleted = testfile.TestFile.delete_file(None, 'ChromiumWebKit', 'WebKit Linux', 'layout-tests', 'results.json', None, None)
  /external/chromium/chrome/browser/history/
text_database_unittest.cc 102 // Set |delete_file| to delete any existing file. If we are trying to create
107 bool delete_file) {
110 if (delete_file)
  /external/openssh/
ssh-add.c 99 delete_file(AuthenticationConnection *ac, const char *filename) function
353 if (delete_file(ac, file) == -1)
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc 489 bool delete_file = true; local
502 delete_file = false;
505 if (delete_file)
  /external/sqlite/android/
sqlite3_android.cpp 159 static void delete_file(sqlite3_context * context, int argc, sqlite3_value ** argv) function
541 err = sqlite3_create_function(handle, "_DELETE_FILE", 1, SQLITE_UTF8, NULL, delete_file, NULL, NULL);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
testfilehandler.py 81 num_deleted = TestFile.delete_file(key, master, builder, test_type, name, before, limit)
  /external/e2fsprogs/e2fsck/
pass1b.c 88 static void delete_file(e2fsck_t ctx, ext2_ino_t ino,
537 delete_file(ctx, ino, p, block_buf);
591 static void delete_file(e2fsck_t ctx, ext2_ino_t ino, function
604 pctx.str = "delete_file";
606 e2fsck_read_inode(ctx, ino, &inode, "delete_file");
617 e2fsck_read_inode(ctx, ino, &inode, "delete_file");
618 e2fsck_clear_inode(ctx, ino, &inode, 0, "delete_file");
  /system/core/adb/
commandline.c 1611 static int delete_file(transport_type transport, char* serial, char* filename) function
    [all...]

Completed in 230 milliseconds