Lines Matching +full:working +full:- +full:directory
4 * Use of this source code is governed by a BSD-style license
29 // Returns the absolute path to the output directory where log files and other
30 // test artifacts should be put. The output directory is generally a directory
39 // directory will be returned.
42 // found, the current working directory ("./") is returned as a fallback.
45 // Generates an empty file with a unique name in the specified directory and
55 // Returns a path to a resource file in [project-root]/resources/ dir.
59 // name - Name of the resource file. If a plain filename (no directory path)
61 // If a directory path is prepended to the filename, a subdirectory
63 // extension - File extension, without the dot, i.e. "bmp" or "yuv".
66 // Joins directory name and file name, separated by the path delimiter.
69 // Gets the current working directory for the executing program.
70 // Returns "./" if for some reason it is not possible to find the working
71 // directory.
74 // Reads the content of a directory and, in case of success, returns a vector
75 // of strings with one element for each found file or directory. Each element is
76 // a path created by prepending `dir` to the file/directory name. "." and ".."
80 // Creates a directory if it not already exists.
85 // Removes a directory, which must already be empty.
96 // Checks if a directory exists.