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

  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
example.py 70 def delete_file(path): function
81 >>> delete_file('/test/file.txt')
example_test.py 73 '''Test example.delete_file()
85 example.delete_file('/test/full.txt')
  /external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
hardware_MultiReaderPowerConsumption.py 41 def readwrite_test(self, path, size, delete_file=False):
50 @param delete_file: Flag the file to be deleted on test exit.
60 if delete_file:
130 delete_file=True)
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
errors 19 $rm_command = "delete_file";
  /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/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-trace/catapult/third_party/coverage/coverage/
control.py     [all...]
  /external/skia/tools/skp/
webpages_playback.py 500 self.gs.delete_file(self._bucket, posixpath.join(path, f))
  /system/core/adb/
commandline.cpp 2203 static int delete_file(TransportType transport, const char* serial, const std::string& filename) { function
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py     [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py     [all...]
  /prebuilts/android-emulator/linux-x86_64/bin/
e2fsck 
fsck.ext4 
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
upload-diffs.py     [all...]

Completed in 655 milliseconds