Home
last modified time | relevance | path

Searched refs:file_path_ (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/brillo/
Dfile_utils_unittest.cc40 file_path_ = temp_dir_.GetPath().Append("test.temp"); in FileUtilsTest()
44 base::FilePath file_path_; member in brillo::FileUtilsTest
51 base::WriteFile(file_path_, contents.c_str(), contents.length())); in WriteFile()
56 EXPECT_TRUE(base::PathExists(file_path_)); in ExpectFileContains()
58 EXPECT_TRUE(base::ReadFileToString(file_path_, &new_contents)); in ExpectFileContains()
65 EXPECT_TRUE(base::GetPosixFilePermissions(file_path_, &actual_permissions)); in ExpectFilePermissions()
76 EXPECT_TRUE(TouchFile(file_path_)); in TEST_F()
83 EXPECT_TRUE(TouchFile(file_path_)); in TEST_F()
90 file_path_ = temp_dir_.GetPath().Append("foo/bar/baz/test.temp"); in TEST_F()
91 EXPECT_TRUE(TouchFile(file_path_)); in TEST_F()
[all …]
/external/tensorflow/tensorflow/lite/tools/accuracy/
Dfile_reader_stage_test.cc33 file_path_ = file_path; in TempFile()
38 string filepath() { return file_path_; } in filepath()
43 std::fstream file(file_path_, std::ios_base::out); in CreateFileWithContents()
52 std::remove(file_path_.c_str()); in ~TempFile()
58 string file_path_; member in tensorflow::metrics::__anon4485134d0111::TempFile
/external/tensorflow/tensorflow/core/kernels/
Dlogging_ops.cc153 if (!file_path_.empty()) return; in PrintV2Op()
174 if (!file_path_.empty()) { in Compute()
176 OP_REQUIRES_OK(ctx, AppendStringToFile(file_path_, msg, ctx->env())); in Compute()
211 string file_path_; member in tensorflow::PrintV2Op
217 file_path_ = output_stream_.substr(strlen(kOutputStreamEscapeStr)); in SetFilePathIfAny()
220 file_path_ = ""; in SetFilePathIfAny()
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.h60 uint32_t file_path_; // char* member
66 uint64_t file_path_; // char* member
125 file_path_(file_path), in DynamicImage()
136 string GetFilePath() {return file_path_;} in GetFilePath()
193 string file_path_; // path dyld used to load the image variable
Ddynamic_images.cc481 if (info.file_path_) { in ReadImageInfo()
485 file_path = ReadTaskString(images.task_, info.file_path_); in ReadImageInfo()