Lines Matching refs:directory
23 // Sets the given directory string to the destination, trimming any trailing
24 // slash from the directory (SourceDirs and OutputFiles representing
25 // directories will end in a trailing slash). If the directory is empty,
65 The name of the source file including directory (*). This will generally
74 The filename part of the source file with no directory or extension. This
80 The directory (*) containing the source file with no trailing slash.
84 The path to the source file's directory relative to the source root, with
92 The generated file directory (*) corresponding to the source file's path.
93 This will be different than the target's generated file directory if the
94 source file is in a different directory than the BUILD.gn file.
98 The object file directory (*) corresponding to the source file's path,
99 relative to the build directory. this us be different than the target's
100 out directory if the source file is in a different directory than the
105 The path to the source file relative to the target's directory. This will
106 generally be used for replicating the source directory layout in the
107 output directory. This can only be used in actions and bundle_data
121 script which is run from the build directory, so these directories will
122 relative to the build directory for the script to find. In the other cases,