Home
last modified time | relevance | path

Searched refs:suffixPath (Results 1 – 8 of 8) sorted by relevance

/dports/www/aria2/aria2-1.36.0/src/
H A DHttpResponseCommand.cc192 auto suffixPath = util::createSafePath( in executeInternal() local
196 fe->setPath(util::applyDir(getOption()->get(PREF_DIR), suffixPath)); in executeInternal()
197 fe->setSuffixPath(suffixPath); in executeInternal()
264 auto suffixPath = util::createSafePath(httpResponse->determineFilename( in executeInternal() local
266 fe->setPath(util::applyDir(getOption()->get(PREF_DIR), suffixPath)); in executeInternal()
267 fe->setSuffixPath(suffixPath); in executeInternal()
H A DSftpNegotiationCommand.cc201 auto suffixPath = util::createSafePath( in onFileSizeDetermined() local
206 util::applyDir(getOption()->get(PREF_DIR), suffixPath)); in onFileSizeDetermined()
207 getFileEntry()->setSuffixPath(suffixPath); in onFileSizeDetermined()
H A Dbittorrent_helper.cc289 auto suffixPath = util::escapePath(utf8Path); in extractFileEntries() local
292 util::applyDir(option->get(PREF_DIR), suffixPath), in extractFileEntries()
295 fileEntry->setSuffixPath(suffixPath); in extractFileEntries()
332 auto suffixPath = util::escapePath(utf8Name); in extractFileEntries() local
335 util::applyDir(option->get(PREF_DIR), suffixPath), totalLength, 0, in extractFileEntries()
338 fileEntry->setSuffixPath(suffixPath); in extractFileEntries()
H A DFtpNegotiationCommand.cc392 auto suffixPath = util::createSafePath( in onFileSizeDetermined() local
397 util::applyDir(getOption()->get(PREF_DIR), suffixPath)); in onFileSizeDetermined()
398 getFileEntry()->setSuffixPath(suffixPath); in onFileSizeDetermined()
H A DFileEntry.h249 void setSuffixPath(std::string suffixPath);
H A DFileEntry.cc584 void FileEntry::setSuffixPath(std::string suffixPath) in setSuffixPath() argument
586 suffixPath_ = std::move(suffixPath); in setSuffixPath()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/
H A DRelinkablePathVisualization.cpp35 QString suffixPath; // Rest of the path. member
40 : label(lbl), prefixPath(prefix_path), suffixPath(suffix_path), type(t), exists(false) {} in PathComponent()
129 … path_component.prefixPath, path_component.suffixPath, path_component.type)); in setPath()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/util/
H A DAbstractCompilerTest.java805 protected void createOutputTestDirectory(String suffixPath) { in createOutputTestDirectory() argument
806 this.outputTestDirectory = new File(this.outputRootDirectoryPath.toFile(), suffixPath); in createOutputTestDirectory()