B_FIND_PATH_EXISTING_ONLY
"userlandfs", B_FIND_PATH_EXISTING_ONLY, paths);
"media/vstplugins/", B_FIND_PATH_EXISTING_ONLY, folders);
"Terminal/Themes/", B_FIND_PATH_EXISTING_ONLY, paths) == B_OK)
"Terminal/Themes/", B_FIND_PATH_EXISTING_ONLY, paths) == B_OK)
subPath, existingOnly ? B_FIND_PATH_EXISTING_ONLY : 0, path);
subPath, existingOnly ? B_FIND_PATH_EXISTING_ONLY : 0, paths);
pathSuffix.String(), B_FIND_PATH_EXISTING_ONLY, basePath);
B_FIND_PATH_EXISTING_ONLY, folders);
"media/plugins", B_FIND_PATH_EXISTING_ONLY, &directories,
"media/plugins", B_FIND_PATH_EXISTING_ONLY, &directories,
"media/plugins", B_FIND_PATH_EXISTING_ONLY, &directories,
"media/plugins", B_FIND_PATH_EXISTING_ONLY, &directories,
if ((flags & B_FIND_PATH_EXISTING_ONLY) != 0) {
flags = B_FIND_PATH_EXISTING_ONLY;