Lines Matching defs:directory
77 * Doesn't handle directory trees, so it's not like rm -rf, but almost such. We
83 DIR *directory;
89 directory = opendir(dir);
90 if (directory == NULL) {
97 while ((ent = readdir(directory)) != NULL) {
120 closedir(directory);
125 * This says that there isn't already a user of the specified directory even if
127 * happen, the directory is unusable by the pre-existing UML, so we might as
129 * the existing UML somehow corrupting its umid directory
130 * something other than UML sticking stuff in the directory
132 * In any of these cases, the directory isn't useful for anything else.
191 * Try to remove the directory @dir unless it's in use.
193 * Returns 0 for success, < 0 for failure in removal or if the directory is in
387 "uml_dir=<directory>\n"