/external/ltp/testcases/kernel/fs/fs-bench/ |
D | random-access-del-create.c | 23 int delete_file(char *filename); 82 delete_file(fname); in create_or_delete() 121 int delete_file(char *filename) in delete_file() function
|
D | random-del-create.c | 80 delete_file(fname); in create_or_delete() 118 int delete_file(char *filename) in delete_file() function
|
/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/ |
D | hardware_MultiReaderPowerConsumption.py | 41 def readwrite_test(self, path, size, delete_file=False): argument 60 if delete_file: 130 delete_file=True)
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | example.py | 73 def delete_file(path): function
|
D | example_test.py | 92 example.delete_file('/test/full.txt')
|
/external/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | main.c | 55 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/ |
D | gfile.py | 24 from tensorflow.python.lib.io.file_io import delete_file as Remove
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | file_io.py | 275 def delete_file(filename): function 575 delete_file(temp_pathname)
|
D | file_io_test.py | 94 file_io.delete_file(file_path) 158 file_io.delete_file(file_path) 164 file_io.delete_file(file_path)
|
/external/sqlite/android/ |
D | sqlite3_android.cpp | 169 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/ |
D | egg_info.py | 235 self.delete_file(filename) 251 def delete_file(self, filename): member in egg_info 276 self.delete_file(nl)
|
/external/openssh/ |
D | ssh-add.c | 114 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/ |
D | filesystem_interface.h | 446 void (*delete_file)(const TF_Filesystem* filesystem, const char* path, member
|
D | modular_filesystem.cc | 216 if (ops_->delete_file == nullptr) in DeleteFile() 222 ops_->delete_file(filesystem_.get(), translated_name.c_str(), in DeleteFile()
|
/external/e2fsprogs/e2fsck/ |
D | pass1b.c | 89 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/ |
D | api_compatibility_test.py | 304 file_io.delete_file(filepath)
|
/external/tensorflow/tensorflow/python/training/ |
D | checkpoint_management.py | 491 file_io.delete_file(pathname)
|
/external/python/cpython3/Tools/scripts/ |
D | pindent.py | 404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/ |
D | posix_filesystem.cc | 442 ops->filesystem_ops->delete_file = tf_posix_filesystem::DeleteFile; in ProvideFilesystemSupportFor()
|
/external/python/cpython2/Tools/scripts/ |
D | pindent.py | 406 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/ |
D | hadoop_filesystem.cc | 753 ops->filesystem_ops->delete_file = tf_hadoop_filesystem::DeleteFile; in ProvideFilesystemSupportFor()
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load_v1_in_v2_test.py | 235 file_io.delete_file(vocab_path)
|
D | save_test.py | 878 file_io.delete_file(self._vocab_path)
|
D | load_test.py | 221 file_io.delete_file(file1) 222 file_io.delete_file(file2)
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
D | gcs_filesystem.cc | 1172 ops->filesystem_ops->delete_file = tf_gcs_filesystem::DeleteFile; in ProvideFilesystemSupportFor()
|