HomeSort by relevance Sort by last modified time
    Searched defs:BaseDir (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
TarWriter.h 22 StringRef BaseDir);
27 TarWriter(int FD, StringRef BaseDir);
29 std::string BaseDir;
  /external/tensorflow/tensorflow/core/grappler/inputs/
utils_test.cc 27 string BaseDir() { return io::JoinPath(testing::TmpDir(), "base_dir"); }
30 TF_CHECK_OK(env_->CreateDir(BaseDir()));
31 non_existent_file_ = io::JoinPath(BaseDir(), "non_existent_file.txt");
32 actual_file_ = io::JoinPath(BaseDir(), "test_file.txt");
35 text_graph_def_file_ = io::JoinPath(BaseDir(), "text_graph_def_file.txt");
37 io::JoinPath(BaseDir(), "binary_graph_def_file.txt");
39 io::JoinPath(BaseDir(), "text_meta_graph_def_file.txt");
41 io::JoinPath(BaseDir(), "binary_meta_graph_def_file.txt");
58 env_->DeleteRecursively(BaseDir(), &undeleted_files, &undeleted_dirs));
  /external/tensorflow/tensorflow/core/platform/
env_test.cc 56 string BaseDir() { return io::JoinPath(testing::TmpDir(), "base_dir"); }
60 void SetUp() override { TF_CHECK_OK(env_->CreateDir(BaseDir())); }
65 env_->DeleteRecursively(BaseDir(), &undeleted_files, &undeleted_dirs));
72 const string filename = io::JoinPath(BaseDir(), "out_of_range");
91 const string filename = strings::StrCat(BaseDir(), "/bar/..//file", length);
112 const string filename = strings::StrCat(BaseDir(), "binary_proto");
125 const string filename = strings::StrCat(BaseDir(), "text_proto");
142 io::JoinPath(BaseDir(), strings::StrCat("file", length));
166 const string parent_dir = io::JoinPath(BaseDir(), "root_dir");
194 const string parent_dir = io::JoinPath(BaseDir(), "root_dir")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
Path.cpp     [all...]

Completed in 1176 milliseconds