Home
last modified time | relevance | path

Searched refs:GetPath (Results 1 – 25 of 49) sorted by relevance

12

/external/libweave/examples/provider/
Dfile_config_store.cc27 std::string FileConfigStore::GetPath(const std::string& name) const { in GetPath() function in weave::examples::FileConfigStore
70 LOG(INFO) << "Loading settings from " << GetPath(name); in LoadSettings()
71 std::ifstream str(GetPath(name)); in LoadSettings()
80 LOG(INFO) << "Saving settings to " << GetPath(name); in SaveSettings()
81 std::ofstream str(GetPath(name)); in SaveSettings()
Dfile_config_store.h32 std::string GetPath(const std::string& name) const;
Devent_http_server.cc41 std::string GetPath() const override { return req_->uri->path->full; } in GetPath() function in weave::examples::HttpServerImpl::RequestImpl
143 std::string path = request->GetPath(); in ProcessRequest()
/external/lzma/CPP/Windows/
DFileDir.h52 const FString &GetPath() const { return _path; } in GetPath() function
66 const FString &GetPath() const { return _path; } in GetPath() function
DFileIO.h54 UString GetPath() const;
DFileLink.cpp323 UString CReparseAttr::GetPath() const in GetPath() function in NWindows::NFile::CReparseAttr
/external/skia/gm/
Dconvex_all_line_paths.cpp40 static SkPath GetPath(int index, int offset, SkPath::Direction dir) { in GetPath() function in skiagm::ConvexLineOnlyPathsGM
257 SkPath path = GetPath(index, 0, SkPath::kCW_Direction); in drawPath()
274 SkPath path = GetPath(index, (int) i, dirs[i%2]); in drawPath()
/external/chromium-trace/catapult/devil/devil/android/sdk/
Ddexdump.py10 _dexdump_path = lazy.WeakConstant(lambda: build_tools.GetPath('dexdump'))
Daapt.py12 _aapt_path = lazy.WeakConstant(lambda: build_tools.GetPath('aapt'))
Dbuild_tools.py14 def GetPath(build_tool): function
Dsplit_select.py13 lambda: build_tools.GetPath('split-select'))
/external/libweave/include/weave/provider/
Dhttp_server.h114 virtual std::string GetPath() const = 0;
/external/google-breakpad/src/client/mac/crash_generation/
DInspector.h103 const char *GetPath() { return minidump_dir_path_; } in GetPath() function
DInspector.mm310 stringWithUTF8String:minidumpLocation.GetPath()];
319 minidumpLocation.GetPath(),
/external/lzma/CPP/7zip/Common/
DInOutTempBuffer.cpp91 if (!inFile.Open(_tempFile.GetPath())) in WriteToStream()
/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py264 …Value(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
265 val = dlg.GetPath()
331 …Value(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
332 val = dlg.GetPath()
DJetCreator.py867 …ETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.JTC_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
868 self.currentJetConfigFile = FileJustRoot(dialog.GetPath()) + ".jtc"
1001 …EATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
1005 …INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC + "Dir", str(FileJustPath(dlg1.GetPath())))
1006 …YesNo(JetDefs.MAIN_IMPORTTITLE, JetDefs.MAIN_IMPORTMSG % (dialog.GetPath(),dlg1.GetPath()), False):
1007 projectPath = dlg1.GetPath()
1008 zipFile = dialog.GetPath()
1071 …EATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
1072 …ExportJetArchive(FileJustRoot(dialog.GetPath()) + ".zip", self.currentJetConfigFile, self.jet_file)
/external/v8/samples/
Dprocess.cc119 static void GetPath(Local<String> name,
494 void JsHttpRequestProcessor::GetPath(Local<String> name, in GetPath() function in JsHttpRequestProcessor
556 GetPath); in MakeRequestTemplate()
/external/pdfium/xfa/src/fdp/include/
Dfde_psr.h62 virtual IFDE_Path* GetPath(FDE_HVISUALOBJ hPath) = 0;
/external/libweave/src/privet/
Dprivet_manager.cc139 request->GetPath(), auth_header, dictionary, in PrivetRequestHandlerWithData()
/external/pdfium/core/include/fxcrt/
Dfx_stream.h125 virtual void GetPath(CFX_WideString& wsPath) = 0;
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp1021 db->GetPath(ui.IndexInArchive, name); in Update()
1156 db->GetPath(fi, name); in Update()
1282 db->GetPath(ui.IndexInArchive, name); in Update()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp216 const FString tempDirPath = tempDir.GetPath(); in WinMain()
/external/libchrome/dbus/
Dmessage.h111 ObjectPath GetPath();
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp93 rect = GetPath(0).GetBoundingBox(); in GetClipBox()
95 CPDF_Rect path_rect = GetPath(i).GetBoundingBox(); in GetClipBox()

12