OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WindowsFileSystem
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.h
28
class
WindowsFileSystem
: public FileSystem {
30
WindowsFileSystem
() {}
32
~
WindowsFileSystem
() {}
88
class LocalWinFileSystem : public
WindowsFileSystem
{
env.cc
74
std::wstring ws_path(
WindowsFileSystem
::Utf8ToWideChar(path));
75
std::wstring ws_pattern(
WindowsFileSystem
::Utf8ToWideChar(pattern));
128
std::wstring ws_file_name(
WindowsFileSystem
::Utf8ToWideChar(file_name));
169
REGISTER_FILE_SYSTEM("",
WindowsFileSystem
);
windows_file_system.cc
228
Status
WindowsFileSystem
::NewRandomAccessFile(
255
Status
WindowsFileSystem
::NewWritableFile(
275
Status
WindowsFileSystem
::NewAppendableFile(
305
Status
WindowsFileSystem
::NewReadOnlyMemoryRegionFromFile(
383
Status
WindowsFileSystem
::FileExists(const string& fname) {
391
Status
WindowsFileSystem
::GetChildren(const string& dir,
427
Status
WindowsFileSystem
::DeleteFile(const string& fname) {
436
Status
WindowsFileSystem
::CreateDir(const string& name) {
445
Status
WindowsFileSystem
::DeleteDir(const string& name) {
454
Status
WindowsFileSystem
::GetFileSize(const string& fname, uint64* size)
[
all
...]
/external/tensorflow/tensorflow/core/platform/
env.cc
315
string file_path =
WindowsFileSystem
::WideCharToUtf8(wc_file_path);
Completed in 199 milliseconds