/external/webrtc/rtc_base/ |
D | file_rotating_stream_unittest.cc | 29 webrtc::test::RemoveFile(stream.GetFilePath(i)); in CleanupLogDirectory() 131 std::string logfile_path = stream_->GetFilePath(0); in TEST_F() 153 stream_->GetFilePath(1)); in TEST_F() 157 EXPECT_TRUE(webrtc::test::FileExists(stream_->GetFilePath(i))); in TEST_F() 162 EXPECT_TRUE(webrtc::test::FileExists(stream_->GetFilePath(i))); in TEST_F() 231 expected_file_contents.size(), stream_->GetFilePath(0)); in TEST_F() 238 TEST_F(MAYBE_FileRotatingStreamTest, GetFilePath) { in TEST_F() argument 243 EXPECT_EQ(0, stream_->GetFilePath(i).compare(0, prefix.size(), prefix)); in TEST_F()
|
D | file_rotating_stream.h | 69 std::string GetFilePath(size_t index) const; 98 std::string GetFilePath(size_t index, size_t num_files) const;
|
D | file_rotating_stream.cc | 189 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
|
/external/tensorflow/tensorflow/lite/delegates/ |
D | serialization.cc | 66 inline std::string GetFilePath(const std::string& cache_dir, in GetFilePath() function 91 auto filepath = GetFilePath(cache_dir_, model_token_, fingerprint_); in SetData() 164 auto filepath = GetFilePath(cache_dir_, model_token_, fingerprint_); in GetData()
|
/external/clang/lib/Driver/ |
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 …]
|
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()
|
D | Driver.cpp | 973 llvm::outs() << GetFilePath(A->getValue(), TC) << "\n"; in HandleImmediateArgs() 983 llvm::outs() << GetFilePath("libgcc.a", TC) << "\n"; in HandleImmediateArgs() 2331 std::string Driver::GetFilePath(const char *Name, const ToolChain &TC) const { in GetFilePath() function in Driver
|
D | ToolChains.cpp | 1242 const char *Str = Args.MakeArgString(GetFilePath("crt3.o")); in addStartObjectFileArgs() 3156 NaClArmMacrosPath = GetFilePath("nacl-arm-macros.s"); in NaClToolChain()
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | ConfigFile.h | 57 const char *GetFilePath() { return config_file_path_; } in GetFilePath() function
|
D | Inspector.mm | 82 config_file_.GetFilePath());
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_interactiveform.cpp | 416 WideString sDestination = action.GetFilePath(); in DoAction_SubmitForm() 460 m_pFormFillEnv->GetFilePath(), fields, bIncludeOrExclude, false); in ExportFieldsToFDFTextBuf() 471 m_pInteractiveForm->ExportToFDF(m_pFormFillEnv->GetFilePath(), false); in SubmitForm() 489 m_pInteractiveForm->ExportToFDF(m_pFormFillEnv->GetFilePath(), false); in ExportFormToFDFTextBuf()
|
D | cpdfsdk_formfillenvironment.h | 192 WideString GetFilePath() const;
|
D | cpdfsdk_formfillenvironment.cpp | 283 return GetFilePath(); in JS_docGetFilePath() 287 WideString CPDFSDK_FormFillEnvironment::GetFilePath() const { in GetFilePath() function in CPDFSDK_FormFillEnvironment
|
D | fpdf_doc.cpp | 194 ByteString path = cAction.GetFilePath().ToUTF8(); in FPDFAction_GetFilePath()
|
/external/deqp-deps/amber/src/ |
D | shader.h | 37 const std::string& GetFilePath() const { return file_path_; } in GetFilePath() function
|
D | shader_compiler.cc | 280 shader->GetFilePath(), virtual_files_, in CompileHlsl()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_action.h | 53 WideString GetFilePath() const;
|
D | cpdf_action.cpp | 74 WideString CPDF_Action::GetFilePath() const { in GetFilePath() function in CPDF_Action
|
/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()
|
/external/google-breakpad/src/client/mac/handler/ |
D | dynamic_images.h | 136 string GetFilePath() {return file_path_;} in GetFilePath() function
|
D | minidump_generator.cc | 1307 string name = image->GetFilePath(); in WriteModuleStream()
|
/external/clang/include/clang/Driver/ |
D | Driver.h | 371 std::string GetFilePath(const char *Name, const ToolChain &TC) const;
|
D | ToolChain.h | 196 std::string GetFilePath(const char *Name) const;
|
/external/google-breakpad/src/client/ios/ |
D | Breakpad.mm | 597 [result setValue:[NSString stringWithUTF8String:config_file.GetFilePath()]
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.mm | 767 config_file.GetFilePath());
|