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

/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp355 BString tempName(name);
356 tempName << system_time();
362 || tempPath.Append(tempName.String()) != B_OK) {
383 BString tempName(ref.name);
384 tempName << system_time();
386 tempRef.set_name(tempName.String());
/haiku/src/system/kernel/
H A Dsem.cpp473 char* tempName; local
491 tempName = (char*)malloc(nameLength);
492 if (tempName == NULL)
495 strlcpy(tempName, name, nameLength);
513 sem->u.used.name = tempName;
533 free(tempName);
/haiku/src/kits/tracker/
H A DFSUtils.cpp2490 char tempName[B_FILE_NAME_LENGTH + 11]; local
2553 strlcpy(tempName, name, sizeof(tempName));
2554 while (destDir->Contains(tempName)) {
2555 snprintf(tempName, sizeof(tempName), "%s %" B_PRId32, copybase,
2558 if (strlen(tempName) > (B_FILE_NAME_LENGTH - 1)) {
2565 snprintf(tempName, sizeof(tempName), "%s%s %" B_PRId32, root,
2570 strlcpy(name, tempName, B_FILE_NAME_LENGT
[all...]

Completed in 55 milliseconds