Searched refs:dirName (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/kits/debugger/dwarf/
H A DCompilationUnit.cpp18 const char* dirName; member in struct:CompilationUnit::File
21 File(const char* fileName, const char* dirName) argument
24 dirName(dirName)
132 *_directory = file->dirName;
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp128 status_t AddDirectory(char* dirName,
451 TarFS::Directory::AddDirectory(char* dirName, TarFS::Directory** _dir) argument
453 char* subDir = strchr(dirName, '/');
468 Entry* entry = LookupEntry(dirName);
475 dir = new(nothrow) TarFS::Directory(this, dirName);
500 char* dirName = NULL; local
502 dirName = header->name;
510 if (dirName) {
511 status_t error = AddDirectory(dirName, &dir);
/haiku/src/system/boot/loader/
H A Dvfs.cpp1233 opendir(const char* dirName) argument
1235 return open_directory(gRoot, dirName);
/haiku/headers/posix/
H A Ddirent.h40 DIR* opendir(const char* dirName);
/haiku/src/kits/print/
H A DFolderWatcher.cpp92 bool FolderWatcher::BuildEntryRef(BMessage* msg, const char* dirName, entry_ref* entry) { argument
95 msg->FindInt64(dirName, &entry->directory) == B_OK &&
108 void FolderWatcher::HandleCreatedEntry(BMessage* msg, const char* dirName) { argument
111 if (BuildEntryRef(msg, dirName, &entry) &&
/haiku/headers/private/print/
H A DFolderWatcher.h65 bool BuildEntryRef(BMessage* msg, const char* dirName, entry_ref* entry);
68 void HandleCreatedEntry(BMessage* msg, const char* dirName);

Completed in 107 milliseconds