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

  /external/ltp/testcases/kernel/fs/fs-bench/
random-access-del-create.c 23 int delete_file(char *filename);
82 delete_file(fname);
121 int delete_file(char *filename) function
random-del-create.c 80 delete_file(fname);
118 int delete_file(char *filename) function
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd.py 81 self._shell.delete_file(self._ctrl_file)
82 self._shell.delete_file(self._log_file)
83 self._shell.delete_file(self._config_file)
179 self._shell.delete_file(self._config_file)
dhcp_server.py 76 self._shell.delete_file(self._log_file)
177 self._shell.delete_file(self._config_file)
  /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)
  /external/tensorflow/tensorflow/python/platform/
gfile.py 24 from tensorflow.python.lib.io.file_io import delete_file as Remove
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
main.c 55 int delete_file(char *filename);
363 int delete_file(char *filename) function
597 rc = delete_file(fname);
  /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
shell.py 176 def delete_file(self, file_name): member in class:ShellCommand
  /tools/test/connectivity/tools/lab/utils/
shell.py 199 def delete_file(self, file_name): member in class:ShellCommand
  /external/sqlite/android/
sqlite3_android.cpp 163 static void delete_file(sqlite3_context * context, int argc, sqlite3_value ** argv) function
547 err = sqlite3_create_function(handle, "_DELETE_FILE", 1, SQLITE_UTF8, NULL, delete_file, NULL, NULL);
  /external/tensorflow/tensorflow/python/lib/io/
file_io.py 262 def delete_file(filename): function
433 delete_file(temp_pathname)
file_io_test.py 70 file_io.delete_file(file_path)
131 file_io.delete_file(file_path)
137 file_io.delete_file(file_path)
  /external/tensorflow/tensorflow/tools/api/tests/
api_compatibility_test.py 178 file_io.delete_file(filepath)
  /external/e2fsprogs/e2fsck/
pass1b.c 89 static void delete_file(e2fsck_t ctx, ext2_ino_t ino,
593 delete_file(ctx, ino, p, block_buf);
657 static void delete_file(e2fsck_t ctx, ext2_ino_t ino, function
669 pctx.str = "delete_file";
688 sizeof(dp->inode), "delete_file");
689 e2fsck_clear_inode(ctx, ino, EXT2_INODE(&dp->inode), 0, "delete_file");
  /external/python/cpython2/Tools/scripts/
pindent.py 406 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
418 # end def delete_file
  /external/python/cpython3/Tools/scripts/
pindent.py 404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
416 # end def delete_file
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pindent.py 438 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
451 # end def delete_file
  /system/core/adb/
commandline.cpp 2074 static int delete_file(const std::string& filename) { function
    [all...]
  /external/tensorflow/tensorflow/python/training/
saver.py     [all...]

Completed in 2553 milliseconds