Home
last modified time | relevance | path

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

12

/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/python/pyfakefs/pyfakefs/tests/
Dexample.py73 def delete_file(path): function
Dexample_test.py92 example.delete_file('/test/full.txt')
/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/tensorflow/tensorflow/python/lib/io/
Dfile_io.py275 def delete_file(filename): function
575 delete_file(temp_pathname)
Dfile_io_test.py94 file_io.delete_file(file_path)
158 file_io.delete_file(file_path)
164 file_io.delete_file(file_path)
/external/sqlite/android/
Dsqlite3_android.cpp169 static void delete_file(sqlite3_context * context, int argc, sqlite3_value ** argv) in delete_file() function
565 …err = sqlite3_create_function(handle, "_DELETE_FILE", 1, SQLITE_UTF8, NULL, delete_file, NULL, NUL… in register_android_functions()
/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/openssh/
Dssh-add.c114 delete_file(int agent_fd, const char *filename, int key_only, int qflag) in delete_file() function
592 if (delete_file(agent_fd, file, key_only, qflag) == -1) in do_file()
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dfilesystem_interface.h446 void (*delete_file)(const TF_Filesystem* filesystem, const char* path, member
Dmodular_filesystem.cc216 if (ops_->delete_file == nullptr) in DeleteFile()
222 ops_->delete_file(filesystem_.get(), translated_name.c_str(), in DeleteFile()
/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/tools/api/tests/
Dapi_compatibility_test.py304 file_io.delete_file(filepath)
/external/tensorflow/tensorflow/python/training/
Dcheckpoint_management.py491 file_io.delete_file(pathname)
/external/python/cpython3/Tools/scripts/
Dpindent.py404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc442 ops->filesystem_ops->delete_file = tf_posix_filesystem::DeleteFile; in ProvideFilesystemSupportFor()
/external/python/cpython2/Tools/scripts/
Dpindent.py406 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/
Dhadoop_filesystem.cc753 ops->filesystem_ops->delete_file = tf_hadoop_filesystem::DeleteFile; in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/python/saved_model/
Dload_v1_in_v2_test.py235 file_io.delete_file(vocab_path)
Dsave_test.py878 file_io.delete_file(self._vocab_path)
Dload_test.py221 file_io.delete_file(file1)
222 file_io.delete_file(file2)
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc1172 ops->filesystem_ops->delete_file = tf_gcs_filesystem::DeleteFile; in ProvideFilesystemSupportFor()

12