/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/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/sqlite/android/ |
D | sqlite3_android.cpp | 163 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/ |
D | file_io.py | 290 def delete_file(filename): function 555 delete_file(temp_pathname)
|
D | 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/openssh/ |
D | ssh-add.c | 109 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/ |
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/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/python/saved_model/ |
D | load_v1_in_v2_test.py | 180 file_io.delete_file(vocab_path)
|
D | save_test.py | 353 file_io.delete_file(self._vocab_path)
|
D | load_test.py | 139 file_io.delete_file(file1) 140 file_io.delete_file(file2)
|
/external/tensorflow/tensorflow/tools/api/tests/ |
D | api_compatibility_test.py | 260 file_io.delete_file(filepath)
|
/external/tensorflow/tensorflow/python/training/ |
D | checkpoint_management.py | 453 file_io.delete_file(pathname)
|
/external/python/cpython2/Tools/scripts/ |
D | pindent.py | 406 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
|
/external/python/cpython3/Tools/scripts/ |
D | pindent.py | 404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
|
/external/python/setuptools/docs/ |
D | setuptools.txt | 2663 the ``cmd`` object's ``write_file()``, ``delete_file()``, and
|