Lines Matching full:sourcedir
98 base::StringPiece FindLastDirComponent(const SourceDir& dir);
109 bool EnsureStringIsInOutputDir(const SourceDir& dir,
137 std::string InvertDir(const SourceDir& dir);
149 const SourceDir& dest_dir);
156 std::string DirectoryWithNoLastSlash(const SourceDir& dir);
158 // Returns the "best" SourceDir representing the given path. If it's inside the
162 SourceDir SourceDirForPath(const base::FilePath& source_root,
165 // Like SourceDirForPath but returns the SourceDir representing the current
167 SourceDir SourceDirForCurrentDirectory(const base::FilePath& source_root);
178 SourceDir GetToolchainOutputDir(const Settings* settings);
179 SourceDir GetToolchainOutputDir(const BuildSettings* build_settings,
181 SourceDir GetToolchainGenDir(const Settings* settings);
182 SourceDir GetToolchainGenDir(const BuildSettings* build_settings,
184 SourceDir GetOutputDirForSourceDir(const Settings* settings,
185 const SourceDir& source_dir);
186 SourceDir GetGenDirForSourceDir(const Settings* settings,
187 const SourceDir& source_dir);
188 SourceDir GetTargetOutputDir(const Target* target);
189 SourceDir GetTargetGenDir(const Target* target);
190 SourceDir GetCurrentOutputDir(const Scope* scope);
191 SourceDir GetCurrentGenDir(const Scope* scope);