Searched refs:foundName (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.h24 char* foundName, size_t& _foundNameLength,
H A DDirectory.cpp69 char* foundName, size_t& _foundNameLength,
618 DirEntryTree::LookupNextEntry(const char* name, char* foundName, argument
740 memcpy(foundName, name, nameLength);
741 foundName[nameLength] = '\0';
745 PRINT(" found entry: \"%s\" -> %" B_PRIu64 "\n", foundName, _blockIndex);
1603 Directory::LookupNextEntry(const char* name, char* foundName,
1607 return entryTree.LookupNextEntry(name, foundName, _foundNameLength,
/haiku/src/preferences/repositories/
H A DRepositoriesSettings.cpp63 BString foundName, foundUrl; local
66 status_t result1 = settings.FindString(key_name, index, &foundName);
69 nameList.Add(foundName);
/haiku/src/tools/elfsymbolpatcher/
H A DElfImage.cpp74 char foundName[nameLength + 1]; local
78 if (debug_next_image_symbol(iterator, foundName, nameLength + 1,
84 if (strcmp(foundName, name) == 0
/haiku/src/kits/debug/
H A DImage.cpp43 const char* foundName; local
48 while (NextSymbol(iterator, &foundName, &foundNameLen, &foundAddress,
51 && strcmp(name, foundName) == 0) {

Completed in 56 milliseconds