Searched refs:sourceCount (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp1234 int sourceCount = 0; local
1305 sources[sourceCount++] = arg;
1310 if (sourceCount < 2) {
1316 const char *target = sources[--sourceCount];
1335 if (sourceCount > 1) {
1347 } else if (sourceCount > 1) {
1376 for (int i = 0; i < sourceCount; i++) {
/haiku/src/bin/
H A Dcopyattr.cpp522 copy_files(const char **sourcePaths, int sourceCount, argument
562 if (sourceCount > 1 && parameters.copy_data && !destIsDir) {
570 for (int i = 0; i < sourceCount; i++) {
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp622 int sourceCount = fOutput->GetOutputChannelSourceCount(channel); local
623 for (int i = 0; i < sourceCount; i++) {

Completed in 44 milliseconds