HomeSort by relevance Sort by last modified time
    Searched refs:TmpDir (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/llvm/unittests/Support/
LockFileManagerTest.cpp 21 SmallString<64> TmpDir;
23 EC = sys::fs::createUniqueDirectory("LockFileManagerTestDir", TmpDir);
26 SmallString<64> LockedFile(TmpDir);
43 EC = sys::fs::remove(StringRef(TmpDir));
48 SmallString<64> TmpDir;
50 EC = sys::fs::createUniqueDirectory("LockFileManagerTestDir", TmpDir);
53 SmallString<64> LockedFile(TmpDir);
56 SmallString<64> FileLocK(TmpDir);
59 SmallString<64> TmpFileLock(TmpDir);
85 EC = sys::fs::remove(StringRef(TmpDir));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
LockFileManagerTest.cpp 21 SmallString<64> TmpDir;
23 EC = sys::fs::createUniqueDirectory("LockFileManagerTestDir", TmpDir);
26 SmallString<64> LockedFile(TmpDir);
43 EC = sys::fs::remove(StringRef(TmpDir));
48 SmallString<64> TmpDir;
50 EC = sys::fs::createUniqueDirectory("LockFileManagerTestDir", TmpDir);
53 SmallString<64> LockedFile(TmpDir);
56 SmallString<64> FileLocK(TmpDir);
59 SmallString<64> TmpFileLock(TmpDir);
85 EC = sys::fs::remove(StringRef(TmpDir));
    [all...]
  /external/tensorflow/tensorflow/core/platform/
test.h 41 string TmpDir();
test.cc 29 string TmpDir() { return FLAGS_test_tmpdir; }
32 string TmpDir() {
38 env = getenv("TMPDIR");
  /external/tensorflow/tensorflow/core/util/
dump_graph_test.cc 32 setenv("TF_DUMP_GRAPH_PREFIX", testing::TmpDir().c_str(), 1);
34 EXPECT_EQ(ret, io::JoinPath(testing::TmpDir(), "graph.pbtxt"));
36 EXPECT_EQ(ret, io::JoinPath(testing::TmpDir(), "graph_1.pbtxt"));
40 Env::Default(), io::JoinPath(testing::TmpDir(), "graph.pbtxt"), &gdef));
56 setenv("TF_DUMP_GRAPH_PREFIX", testing::TmpDir().c_str(), 1);
58 EXPECT_EQ(ret, io::JoinPath(testing::TmpDir(), "function.pbtxt"));
reporter_test.cc 72 strings::StrCat(testing::TmpDir(), "/test_reporter_dupe"), "t1");
77 strings::StrCat(testing::TmpDir(), "/test_reporter_dupe"), "t1");
85 strings::StrCat(testing::TmpDir(), "/test_reporter_create_close"), "t1");
96 strings::StrCat(testing::TmpDir(), "/test_reporter_benchmarks_");
120 strings::StrCat(testing::TmpDir(), "/test_reporter_benchmarks_");
  /external/tensorflow/tensorflow/core/platform/s3/
s3_file_system_test.cc 32 string TmpDir(const string& path) {
37 return "s3://" + io::JoinPath(testing::TmpDir(), path);
71 const string fname = TmpDir("RandomAccessFile");
96 const string fname = TmpDir("WritableFile");
112 const string fname = TmpDir("AppendableFile");
121 const string fname = TmpDir("MemoryFile");
132 const string fname = TmpDir("FileExists");
141 const string base = TmpDir("GetChildren");
161 const string fname = TmpDir("DeleteFile");
167 const string fname = TmpDir("GetFileSize")
    [all...]
  /external/tensorflow/tensorflow/examples/wav_to_spectrogram/
wav_to_spectrogram_test.cc 26 tensorflow::io::JoinPath(tensorflow::testing::TmpDir(), "input_wav.wav");
28 tensorflow::testing::TmpDir(), "output_image.png");
  /external/tensorflow/tensorflow/compiler/xla/
text_literal_writer_test.cc 39 tensorflow::io::JoinPath(tensorflow::testing::TmpDir(), "/whatever");
text_literal_reader_test.cc 40 string fname = tensorflow::testing::TmpDir() + "/ReadsR3File.data.txt";
  /external/tensorflow/tensorflow/core/platform/hadoop/
hadoop_file_system_test.cc 32 string TmpDir(const string& path) {
37 return "file://" + io::JoinPath(testing::TmpDir(), path);
71 const string fname = TmpDir("RandomAccessFile");
98 const string fname = TmpDir("WritableFile");
118 const string fname = TmpDir("FileExists");
125 const string base = TmpDir("GetChildren");
140 const string fname = TmpDir("DeleteFile");
147 const string fname = TmpDir("GetFileSize");
155 const string dir = TmpDir("CreateDirStat");
163 const string dir = TmpDir("DeleteDir")
    [all...]
  /external/bcc/src/cc/frontends/clang/
kbuild_helper.h 65 class TmpDir {
67 explicit TmpDir(const std::string &prefix = "/tmp/bcc-")
75 ~TmpDir() {
  /external/tensorflow/tensorflow/tools/graph_transforms/
file_utils_test.cc 45 io::JoinPath(testing::TmpDir(), "text_graph.pbtxt");
49 io::JoinPath(testing::TmpDir(), "binary_graph.pb");
52 const string bogus_file = io::JoinPath(testing::TmpDir(), "bogus_graph.pb");
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_timeline_test.cc 64 string dump_file = io::JoinPath(testing::TmpDir(), "dump");
78 string dump_file = io::JoinPath(testing::TmpDir(), "dump");
tfprof_show_test.cc 80 string profile_file = io::JoinPath(testing::TmpDir(), "profile");
99 string dump_file = io::JoinPath(testing::TmpDir(), "dump");
128 string dump_file = io::JoinPath(testing::TmpDir(), "dump");
175 string dump_file = io::JoinPath(testing::TmpDir(), "dump");
  /external/tensorflow/tensorflow/core/kernels/
merge_v2_checkpoints_op_test.cc 67 io::JoinPath(testing::TmpDir(), "worker0/ckpt0"),
68 io::JoinPath(testing::TmpDir(), "worker1/ckpt1"),
69 io::JoinPath(testing::TmpDir(), "merged/ckpt") /* merged prefix */};
  /external/tensorflow/tensorflow/examples/speech_commands/
accuracy_utils_test.cc 28 string file_name = tensorflow::io::JoinPath(tensorflow::testing::TmpDir(),
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
PackageFile.py 138 TmpDir = os.path.join(tempfile.gettempdir(), ".packaging")
139 if os.path.exists(TmpDir):
140 RemoveDirectory(TmpDir, True)
142 os.mkdir(TmpDir)
143 self.Unpack(TmpDir)
156 os.chdir(TmpDir)
159 RemoveDirectory(TmpDir, True)
  /external/tensorflow/tensorflow/core/lib/io/
buffered_inputstream_test.cc 35 string fname = testing::TmpDir() + "/buffered_inputstream_test";
51 string fname = testing::TmpDir() + "/buffered_inputstream_test";
76 string fname = testing::TmpDir() + "/buffered_inputstream_test";
100 string fname = testing::TmpDir() + "/buffered_inputstream_test";
129 string fname = testing::TmpDir() + "/buffered_inputstream_test";
158 string fname = testing::TmpDir() + "/buffer_test";
195 string fname = testing::TmpDir() + "/buffered_inputstream_test";
232 string fname = testing::TmpDir() + "/buffer_test";
267 string fname = testing::TmpDir() + "/buffered_inputstream_test";
302 string fname = testing::TmpDir() + "/buffered_inputstream_test"
    [all...]
random_inputstream_test.cc 28 string fname = testing::TmpDir() + "/random_inputbuffer_test";
57 string fname = testing::TmpDir() + "/random_inputbuffer_test";
88 string fname = testing::TmpDir() + "/random_inputbuffer_seek_test";
record_reader_writer_test.cc 63 string fname = testing::TmpDir() + "/record_reader_writer_flush_test";
122 string fname = testing::TmpDir() + "/record_reader_writer_test";
163 string fname = testing::TmpDir() + "/record_reader_writer_zlib_test";
201 string fname = testing::TmpDir() + "/record_reader_writer_flush_close_test";
inputbuffer_test.cc 40 string fname = testing::TmpDir() + "/inputbuffer_test";
54 string fname = testing::TmpDir() + "/inputbuffer_test";
77 string fname = testing::TmpDir() + "/inputbuffer_test";
99 string fname = testing::TmpDir() + "/inputbuffer_test";
126 string fname = testing::TmpDir() + "/inputbuffer_test";
153 string fname = testing::TmpDir() + "/inputbuffer_test";
226 string fname = testing::TmpDir() + "/inputbuffer_test";
261 string fname = testing::TmpDir() + "/inputbuffer_test";
297 string fname = testing::TmpDir() + "/inputbuffer_test";
335 string fname = testing::TmpDir() + "/inputbuffer_test"
    [all...]
zlib_buffers_test.cc 64 string fname = testing::TmpDir() + "/zlib_buffers_test";
115 string fname = testing::TmpDir() + "/zlib_buffers_test";
163 string fname = testing::TmpDir() + "/zlib_buffers_test";
215 string fname = testing::TmpDir() + "/zlib_buffers_test";
259 string fname = testing::TmpDir() + "/zlib_buffers_test";
  /external/tensorflow/tensorflow/compiler/xla/tests/
round_trip_packed_literal_test.cc 54 string fname = tensorflow::testing::TmpDir() + "/RoundTripsR1F32Length2.data";
80 tensorflow::testing::TmpDir() + "/RoundTripsR2F32Size2x2Dim0Minor.data";
113 tensorflow::testing::TmpDir() + "/RoundTripsR2F32Size2x2Dim1Minor.data";
  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model_test.cc 51 const string dir = testing::TmpDir();
79 const string dir = testing::TmpDir();

Completed in 1896 milliseconds

1 2 3