HomeSort by relevance Sort by last modified time
    Searched full:delete_file (Results 1 - 19 of 19) 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 161 // Creates the history service. If |delete_file| is true, the history file is
167 bool CreateHistoryService(bool delete_file, bool no_db) WARN_UNUSED_RESULT;
181 // NULL. If |delete_file| is true, the bookmarks file is deleted first, then
188 void CreateBookmarkModel(bool delete_file);
testing_profile.cc 447 bool TestingProfile::CreateHistoryService(bool delete_file, bool no_db) {
449 if (delete_file) {
535 void TestingProfile::CreateBookmarkModel(bool delete_file) {
536 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/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/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)
  /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 83 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 1869 static int delete_file(transport_type transport, char* serial, char* filename) function
    [all...]
  /external/chromium_org/testing/gtest/scripts/
upload.py     [all...]

Completed in 2379 milliseconds