Lines Matching defs:directory

2580             error("Could not open directory %s : %s",
2593 //Get the directory member name
2610 //trace("directory: %s", childName.c_str());
2669 { return directory; }
2675 { directory = val; }
2730 directory = "";
2741 directory = other.directory;
2747 String directory;
2792 { return directory; }
2798 { directory = val; }
2829 directory = "";
2838 directory = other.directory;
2842 String directory;
3093 * List all directories in a given base and starting directory
3102 * Find all files in the named directory
3145 * Create a directory, making intermediate dirs
3151 * Delete a directory and its children if desired
3176 * Tests if the file exists and is a directory
4272 //Get the directory member name
4291 //trace("directory: %s", childName.c_str());
4318 error("Could not open directory %s : %s",
4328 //Get the directory member name
4345 //trace("directory: %s", childName.c_str());
4373 //that might have been specified in the directory name, such as ${src}
4809 //Get the base directory for reading file names
4843 * since no directory scanning is needed. The file names are listed
4875 //Get the base directory for reading file names
4887 * Create a directory, making intermediate dirs
4905 error("mkdir: file %s exists but is not a directory",
4933 error("cannot make directory '%s' : %s",
4945 * Remove a directory recursively
4956 //error("error opening directory %s : %s", dname, strerror(errno));
4966 //Get the directory member name
5009 //Now delete the directory
5013 error("could not delete directory %s : %s",
5048 //# 2 prepare a destination directory if necessary
5125 error("File %s does not exist or is a directory", native.c_str());
5152 errno==ENOENT ? "File %s does not exist or is a directory" :
5203 * Tests if the file exists and is a directory
5650 * Base name, sans directory and suffix
5806 * Sets the source directory which will be scanned
5812 * Returns the source directory which will be scanned
5818 * Sets the list of files within the directory to analyze
6125 * directory names to it and try again.
6796 //## Make sure destination directory exists
7145 //Get the immediate parent directory's base name
7352 String directory(fullDest, 0, lastSlash);
7353 if (!createDirectory(directory))
7456 String directory(fullDest, 0, lastSlash);
7457 if (!createDirectory(directory))
7652 //error("Could not delete directory '%s'", fullDir.c_str());
8197 * Create a named directory
8241 * Create a named directory