Lines Matching refs:isDirectory

564 									const node_ref& nodeRef, bool isDirectory,
579 bool isDirectory, bool notify,
586 bool isDirectory, bool notify,
599 bool isDirectory, int32 opcode) const;
604 bool isDirectory, bool wasAdded,
1152 bool isDirectory = S_ISDIR(st.st_mode);
1168 || _EntryCreated(toEntryRef, nodeRef, isDirectory, true,
1184 _EntryCreated(toEntryRef, nodeRef, isDirectory, false,
1189 if (_WatchFilesOnly() && isDirectory) {
1215 fromPath, path, isDirectory, fromDirectoryNode == NULL,
1233 _EntryCreated(toEntryRef, nodeRef, isDirectory, false, true,
1271 fromPath, path, isDirectory, fromAncestor == NULL,
1282 _EntryCreated(toEntryRef, nodeRef, isDirectory, false, true, NULL);
1302 bool notifyFilesRecursively = _WatchFilesOnly() && isDirectory;
1310 && isDirectory == fBaseAncestor->IsDirectory()) {
1327 isDirectory, toIsBase, fromIsBase);
1333 _EntryCreated(toEntryRef, nodeRef, isDirectory, false, true, NULL);
1354 bool isDirectory = false;
1359 isDirectory = ancestor->IsDirectory();
1362 isDirectory = node->IsDirectory();
1367 if (isDirectory ? _WatchFilesOnly() : _WatchDirectoriesOnly())
1376 const node_ref& nodeRef, bool isDirectory, bool dryRun, bool notify,
1384 if (isDirectory == ancestor->IsDirectory()
1444 make_path(fPath, entryRef.name), isDirectory,
1498 _AddEntryIfNeeded(directory, entryRef.name, nodeRef, isDirectory, notify,
1643 PathHandler::_AddNode(const node_ref& nodeRef, bool isDirectory, bool notify,
1647 ", isDirectory: %d, notify: %d)\n", this, nodeRef.device, nodeRef.node,
1648 isDirectory, notify);
1665 if (isDirectory)
1694 if (!isDirectory)
1711 bool isDirectory = S_ISDIR(st.st_mode);
1713 node_ref(st.st_dev, st.st_ino), isDirectory, notify);
1716 ", isDirectory: %d, notify: %d): failed to add directory "
1718 isDirectory, notify, entryRef.name);
1756 const node_ref& nodeRef, bool isDirectory, bool notify,
1761 ", isDirectory: %d, notify: %d)\n", this, directory->NodeRef().device,
1763 isDirectory, notify);
1765 if (!isDirectory && _WatchDirectoriesOnly()) {
1775 status_t error = _AddNode(nodeRef, isDirectory, notify && _WatchFilesOnly(),
1840 const node_ref& nodeRef, const char* path, bool isDirectory, int32 opcode)
1843 if (isDirectory ? _WatchFilesOnly() : _WatchDirectoriesOnly())
1873 const char* path, bool isDirectory, bool wasAdded, bool wasRemoved) const
1875 if ((isDirectory && _WatchFilesOnly())
1876 || (!isDirectory && _WatchDirectoriesOnly())) {