Searched refs:to_dir (Results 1 - 2 of 2) sorted by relevance
/third_party/gn/src/gn/ |
H A D | function_rebase_path.cc | 60 const SourceDir& to_dir, in ConvertOnePath() 102 to_dir, scope->settings()->build_settings()->root_path_utf8()); in ConvertOnePath() 110 RebasePath(resolved_file.value(), to_dir, in ConvertOnePath() 233 SourceDir to_dir; 239 to_dir = current_dir.ResolveRelativeDir( 265 return ConvertOnePath(scope, function, inputs, from_dir, to_dir, 274 ConvertOnePath(scope, function, input, from_dir, to_dir, 56 ConvertOnePath(const Scope* scope, const FunctionCallNode* function, const Value& value, const SourceDir& from_dir, const SourceDir& to_dir, bool convert_to_system_absolute, Err* err) ConvertOnePath() argument
|
H A D | function_rebase_path_unittest.cc | 15 const char* to_dir, in RebaseOne() 19 args.push_back(Value(nullptr, to_dir)); in RebaseOne() 13 RebaseOne(Scope* scope, const char* input, const char* to_dir, const char* from_dir) RebaseOne() argument
|
Completed in 2 milliseconds