/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | file_rotating_stream_unittest.cc | 30 webrtc::test::RemoveFile(stream.GetFilePath(i)); in CleanupLogDirectory() 133 std::string logfile_path = stream_->GetFilePath(0); in TEST_F() 154 VerifyFileContents(message, stream_->GetFilePath(1)); in TEST_F() 158 EXPECT_TRUE(webrtc::test::FileExists(stream_->GetFilePath(i))); in TEST_F() 163 EXPECT_TRUE(webrtc::test::FileExists(stream_->GetFilePath(i))); in TEST_F() 231 VerifyFileContents(expected_file_contents, stream_->GetFilePath(0)); in TEST_F() 237 TEST_F(MAYBE_FileRotatingStreamTest, GetFilePath) { in TEST_F() argument 242 EXPECT_EQ(0, stream_->GetFilePath(i).compare(0, prefix.size(), prefix)); in TEST_F()
|
H A D | file_rotating_stream.h | 61 std::string GetFilePath(size_t index) const; 88 std::string GetFilePath(size_t index, size_t num_files) const;
|
H A D | file_rotating_stream.cc | 198 file_names_.push_back(GetFilePath(i, num_files)); in FileRotatingStream() 269 std::string FileRotatingStream::GetFilePath(size_t index) const { in GetFilePath() function in rtc::FileRotatingStream 328 std::string FileRotatingStream::GetFilePath(size_t index, in GetFilePath() function in rtc::FileRotatingStream
|
/aosp_15_r20/external/lzma/CPP/7zip/Common/ |
H A D | MultiOutStream.cpp | 183 FString CMultiOutStream::GetFilePath(unsigned index) in GetFilePath() function in CMultiOutStream 214 FString path = GetFilePath(index); in CloseStream_and_DeleteFile() 240 const FString path = GetFilePath(index); in CloseStream_and_FinalRename() 294 const FString path = GetFilePath(Streams.Size()); in CreateNewStream() 367 FString path = GetFilePath(streamIndex); in ReOpenStream() 547 if (!SetDirTime(GetFilePath(i), NULL, NULL, &mTime)) in SetMTime_Final()
|
/aosp_15_r20/external/clang/lib/Driver/ |
H A D | Tools.cpp | 6948 std::string P = HTC.GetFilePath(RelName.c_str()); in constructHexagonLinkArgs() 7096 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath("rcrt1.o"))); in ConstructJob() 7098 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath("Scrt1.o"))); in ConstructJob() 7100 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath("crt1.o"))); in ConstructJob() 7102 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath("crti.o"))); in ConstructJob() 7119 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath("crtn.o"))); in ConstructJob() 7436 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath("crt0.o"))); in ConstructJob() 7437 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath("crtbegin.o"))); in ConstructJob() 7459 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath("crtend.o"))); in ConstructJob() 8015 Args.MakeArgString(getToolChain().GetFilePath("ld.so.1"))); in ConstructJob() [all …]
|
H A D | ToolChain.cpp | 335 std::string ToolChain::GetFilePath(const char *Name) const { in GetFilePath() function in ToolChain 336 return D.GetFilePath(Name, *this); in GetFilePath() 677 std::string Path = GetFilePath("crtfastmath.o"); in AddFastMathRuntimeIfAvailable()
|
/aosp_15_r20/external/sandboxed-api/contrib/libtiff/example/ |
H A D | main_sandboxed.cc | 111 std::string GetFilePath(const std::string& dir, const std::string& filename) { in GetFilePath() function 121 std::string GetFilePath(const std::string filename) { in GetFilePath() function 150 srcfile = GetFilePath(srcfilerel); in main() 152 srcfile = GetFilePath(argv[1], srcfilerel); in main()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/test/ |
H A D | file_util.cc | 172 if (!DeleteFileA(GetFilePath(file).c_str())) { in ~TemporaryDirectory() 181 if (unlink(GetFilePath(file).c_str()) != 0) { in ~TemporaryDirectory() 226 ScopedFILE file(fopen(GetFilePath(filename).c_str(), "wb")); in AddFile()
|
/aosp_15_r20/external/boringssl/src/crypto/test/ |
H A D | file_util.cc | 174 if (!DeleteFileA(GetFilePath(file).c_str())) { in ~TemporaryDirectory() 183 if (unlink(GetFilePath(file).c_str()) != 0) { in ~TemporaryDirectory() 228 ScopedFILE file(fopen(GetFilePath(filename).c_str(), "wb")); in AddFile()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/ |
H A D | ocsp_unittest.cc | 20 std::string GetFilePath(const std::string &file_name) { in GetFilePath() function 151 ASSERT_TRUE(ReadTestDataFromPemFile(GetFilePath(params.file_name), mappings)); in TEST_P() 205 ReadTestDataFromPemFile(GetFilePath("good_response.pem"), mappings)); in TEST_P()
|
H A D | crl_unittest.cc | 22 std::string GetFilePath(std::string_view file_name) { in GetFilePath() function 140 ASSERT_TRUE(ReadTestDataFromPemFile(GetFilePath(file_name), mappings)); in TEST_P()
|
H A D | parse_certificate_unittest.cc | 31 std::string GetFilePath(const std::string &file_name) { in GetFilePath() function 54 std::string test_file_path = GetFilePath(file_name); in RunCertificateTest() 162 std::string test_file_path = GetFilePath(file_name); in RunTbsCertificateTestGivenVersion() 666 std::string test_file_path = GetFilePath(file_name); in GetCrlDps()
|
H A D | parsed_certificate_unittest.cc | 20 std::string GetFilePath(const std::string &file_name) { in GetFilePath() function 38 std::string test_file_path = GetFilePath(file_name); in ParseCertificateFromFile()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/ |
H A D | serialization.cc | 66 inline std::string GetFilePath(const std::string& cache_dir, in GetFilePath() function 90 auto filepath = GetFilePath(cache_dir_, model_token_, fingerprint_); in SetData() 163 auto filepath = GetFilePath(cache_dir_, model_token_, fingerprint_); in GetData()
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | cpdfsdk_interactiveform.cpp | 418 WideString sDestination = action.GetFilePath(); in DoAction_SubmitForm() 463 m_pFormFillEnv->GetFilePath(), fields, bIncludeOrExclude); in ExportFieldsToFDFTextBuf() 473 m_pInteractiveForm->ExportToFDF(m_pFormFillEnv->GetFilePath()); in SubmitForm() 487 m_pInteractiveForm->ExportToFDF(m_pFormFillEnv->GetFilePath()); in ExportFormToFDFTextBuf()
|
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/libpng/tests/ |
H A D | extended_test.cc | 194 std::string infile = GetFilePath("red_ball.png"); in TEST() 195 std::string outfile = GetFilePath("test_output.png"); in TEST()
|
H A D | helper.h | 22 std::string GetFilePath(absl::string_view filename);
|
H A D | helper.cc | 22 std::string GetFilePath(absl::string_view filename) { in GetFilePath() function
|
/aosp_15_r20/external/sandboxed-api/contrib/libtiff/test/ |
H A D | helper.h | 27 std::string GetFilePath(const std::string& filename);
|
H A D | helper.cc | 19 std::string GetFilePath(const std::string& filename) { in GetFilePath() function
|
/aosp_15_r20/external/deqp-deps/amber/src/amberscript/ |
D | parser_shader_test.cc | 478 EXPECT_EQ("embedded-shaders/shader_name", shader->GetFilePath()); in TEST_F() 498 EXPECT_EQ("my_fragment_shader", shader->GetFilePath()); in TEST_F()
|
/aosp_15_r20/test/dittosuite/include/ditto/ |
H A D | utils.h | 27 std::string GetFilePath(SyscallInterface& syscall, int fd);
|
/aosp_15_r20/test/dittosuite/src/ |
H A D | utils.cpp | 36 std::string GetFilePath(SyscallInterface& syscall, int fd) { in GetFilePath() function
|
/aosp_15_r20/external/google-breakpad/src/client/mac/crash_generation/ |
H A D | ConfigFile.h | 56 const char* GetFilePath() { return config_file_path_; } in GetFilePath() function
|
/aosp_15_r20/external/deqp-deps/amber/src/ |
D | shader.h | 37 const std::string& GetFilePath() const { return file_path_; } in GetFilePath() function
|