Searched refs:Append (Results 1 - 25 of 400) sorted by path

1234567891011>>

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp123 // templateFileName.Append("etc/makefile");
294 path.Append("makefile");
/haiku/headers/os/storage/
H A DPath.h45 status_t Append(const char* path, bool normalize = false);
/haiku/headers/private/fs_shell/
H A DKPath.h39 fssh_status_t Append(const char *toAppend, bool isComponent = true);
/haiku/headers/private/kernel/boot/net/
H A DChainBuffer.h25 void Append(ChainBuffer *next);
/haiku/headers/private/kernel/fs/
H A DKPath.h55 status_t Append(const char* toAppend,
/haiku/headers/private/shared/
H A DFunctionTracer.h23 fPrepend.Append(' ', fFunctionDepth * 2);
H A DOpenWithTracker.h51 path.Append(relativePath);
/haiku/src/add-ons/accelerants/radeon/
H A Dsettings.cpp43 path.Append( "radeon" );
74 path.Append( "radeon" );
/haiku/src/add-ons/index_server/
H A DIndexServerAddOn.cpp56 path.Append(kIndexServerDirectory);
57 path.Append(fName);
58 path.Append(kAnalyserStatusFile);
87 path.Append(kIndexServerDirectory);
88 path.Append(fName);
91 path.Append(kAnalyserStatusFile);
/haiku/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.cpp55 fTempPath.Append("temp_file");
H A DFullTextAnalyser.cpp40 fDataBasePath.Append(kIndexServerDirectory);
41 status_t status = fDataBasePath.Append(kFullTextDirectory);
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp194 || path.Append("screen_blanker") != B_OK)
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp464 fSequence.Append(argv[s]);
466 fSequence.Append(" ");
596 newString.Append((unicodeVal > 0
598 newString.Append(&fSequence.String()[nextEnd + 2]);
H A DShortcutsServerFilter.cpp37 path.Append(SHORTCUTS_SETTING_FILE_NAME);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp2933 status_t error = request.names.Append(name);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequestMemberArray.h74 status_t Append(const Member& element) function in class:RequestMemberArray
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DPath.cpp68 // Append
70 Path::Append(const char* leaf) function in class:Path
H A DPath.h15 status_t Append(const char* leaf);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCall.cpp46 call->fStream.Append(creds->Stream());
49 call->fStream.Append(ver->Stream());
H A DXDR.cpp304 WriteStream::Append(const WriteStream& stream) function in class:WriteStream
H A DXDR.h86 status_t Append(const WriteStream& stream);
/haiku/src/add-ons/kernel/file_systems/nfs4/idmapper/
H A DIdMapper.cpp224 result = path.Append("nfs4_idmapper.conf");
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandFSServer.cpp83 error = addOnPath.Append(fileSystem);
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp175 path.Append("spamdbm");
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DConfigView.cpp76 defaultFolder.Append(accountSettings.Name());

Completed in 113 milliseconds

1234567891011>>