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

  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
errors 19 $rm_command = "delete_file";
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
test.js 199 common.tester.addAsyncTest('delete_file', function(test) {
201 var filename = '/delete_file.txt';
  /external/chromium_org/chrome/test/base/
testing_profile.h 169 // Creates the history service. If |delete_file| is true, the history file is
175 bool CreateHistoryService(bool delete_file, bool no_db) WARN_UNUSED_RESULT;
189 // NULL. If |delete_file| is true, the bookmarks file is deleted first, then
196 void CreateBookmarkModel(bool delete_file);
testing_profile.cc 477 bool TestingProfile::CreateHistoryService(bool delete_file, bool no_db) {
479 if (delete_file) {
567 void TestingProfile::CreateBookmarkModel(bool delete_file) {
568 if (delete_file) {
    [all...]
  /external/e2fsprogs/e2fsck/
pass1b.c 88 static void delete_file(e2fsck_t ctx, ext2_ino_t ino,
557 delete_file(ctx, ino, p, block_buf);
621 static void delete_file(e2fsck_t ctx, ext2_ino_t ino, function
633 pctx.str = "delete_file";
651 e2fsck_read_inode(ctx, ino, &dp->inode, "delete_file");
652 e2fsck_clear_inode(ctx, ino, &dp->inode, 0, "delete_file");
super.c 298 e2fsck_write_inode(ctx, ino, &inode, "delete_file");
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 229 PAPCFUNC delete_file = reinterpret_cast<PAPCFUNC>( local
233 if (!sleep || !delete_file || !exit_process) {
238 ::QueueUserAPC(delete_file, pi.hThread,
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc 478 bool delete_file = true; local
491 delete_file = false;
494 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);
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 207 $delete_command = "delete_file -no_ask";
ChangeLog 85 * run_make_tests.pl (get_this_pwd) [VMS]: Use -no_ask with delete_file.
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor_unittest.cc 84 true /* delete_file */, false /* no_db */));
malware_details_unittest.cc 191 true /* delete_file */, false /* no_db */));
download_protection_service_unittest.cc     [all...]
  /system/core/adb/
commandline.c 1878 static int delete_file(transport_type transport, char* serial, char* filename) function
    [all...]
  /external/chromium_org/testing/gtest/scripts/
upload.py     [all...]

Completed in 561 milliseconds