Home
last modified time | relevance | path

Searched refs:delete_file (Results 1 – 19 of 19) sorted by relevance

/external/ltp/testcases/kernel/fs/fs-bench/
Drandom-access-del-create.c23 int delete_file(char *filename);
82 delete_file(fname); in create_or_delete()
121 int delete_file(char *filename) in delete_file() function
Drandom-del-create.c80 delete_file(fname); in create_or_delete()
118 int delete_file(char *filename) in delete_file() function
/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
Dhardware_MultiReaderPowerConsumption.py41 def readwrite_test(self, path, size, delete_file=False): argument
60 if delete_file:
130 delete_file=True)
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
Dmain.c55 int delete_file(char *filename);
363 int delete_file(char *filename) in delete_file() function
597 rc = delete_file(fname); in create_or_delete()
/external/tensorflow/tensorflow/python/platform/
Dgfile.py24 from tensorflow.python.lib.io.file_io import delete_file as Remove
/external/sqlite/android/
Dsqlite3_android.cpp163 static void delete_file(sqlite3_context * context, int argc, sqlite3_value ** argv) in delete_file() function
551 …err = sqlite3_create_function(handle, "_DELETE_FILE", 1, SQLITE_UTF8, NULL, delete_file, NULL, NUL… in register_android_functions()
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py290 def delete_file(filename): function
555 delete_file(temp_pathname)
Dfile_io_test.py70 file_io.delete_file(file_path)
131 file_io.delete_file(file_path)
137 file_io.delete_file(file_path)
/external/openssh/
Dssh-add.c109 delete_file(int agent_fd, const char *filename, int key_only) in delete_file() function
446 if (delete_file(agent_fd, file, key_only) == -1) in do_file()
/external/python/setuptools/setuptools/command/
Degg_info.py235 self.delete_file(filename)
251 def delete_file(self, filename): member in egg_info
276 self.delete_file(nl)
/external/e2fsprogs/e2fsck/
Dpass1b.c89 static void delete_file(e2fsck_t ctx, ext2_ino_t ino,
618 delete_file(ctx, ino, p, block_buf); in pass1d()
684 static void delete_file(e2fsck_t ctx, ext2_ino_t ino, in delete_file() function
/external/tensorflow/tensorflow/python/saved_model/
Dload_v1_in_v2_test.py180 file_io.delete_file(vocab_path)
Dsave_test.py353 file_io.delete_file(self._vocab_path)
Dload_test.py139 file_io.delete_file(file1)
140 file_io.delete_file(file2)
/external/tensorflow/tensorflow/tools/api/tests/
Dapi_compatibility_test.py260 file_io.delete_file(filepath)
/external/tensorflow/tensorflow/python/training/
Dcheckpoint_management.py453 file_io.delete_file(pathname)
/external/python/cpython2/Tools/scripts/
Dpindent.py406 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
/external/python/cpython3/Tools/scripts/
Dpindent.py404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
/external/python/setuptools/docs/
Dsetuptools.txt2663 the ``cmd`` object's ``write_file()``, ``delete_file()``, and