Home
last modified time | relevance | path

Searched refs:list_directory (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/
DSimpleHTTPServer.py88 return self.list_directory(path)
110 def list_directory(self, path): member in SimpleHTTPRequestHandler
/external/tensorflow/tensorflow/python/platform/
Dgfile.py30 from tensorflow.python.lib.io.file_io import list_directory as ListDirectory
/external/tensorflow/tensorflow/python/framework/
Dload_library.py152 directory_contents = file_io.list_directory(library_location)
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py614 def list_directory(dirname): function
702 listing = list_directory(top)
Dfile_io_test.py253 dir_list = file_io.list_directory(dir_path)
259 file_io.list_directory(dir_path)
/external/e2fsprogs/debugfs/
Dro_debug_cmds.ct37 list_directory, ls;
Ddebug_cmds.ct44 list_directory, ls;
/external/tensorflow/tensorflow/tools/gcs_test/python/
Dgcs_smoke.py95 directory_contents = file_io.list_directory(dir_name)
/external/python/cpython2/Doc/library/
Dsimplehttpserver.rst66 by calling the :meth:`list_directory` method. This method uses
/external/python/cpython3/Lib/http/
Dserver.py693 return self.list_directory(path)
742 def list_directory(self, path): member in SimpleHTTPRequestHandler
/external/tensorflow/tensorflow/python/saved_model/
Dbuilder_impl.py98 if file_io.list_directory(export_dir):
/external/python/cpython3/Doc/library/
Dhttp.server.rst362 by calling the :meth:`list_directory` method. This method uses