Home
last modified time | relevance | path

Searched refs:GetSourceDir (Results 1 - 22 of 22) sorted by relevance

/third_party/gn/src/gn/
H A Dtarget_generator.cc93 Label label(scope->GetSourceDir(), args[0].string_value(), in GenerateTarget()
190 scope_->GetSourceDir(), &dest_sources, err_)) in FillSources()
206 scope_->GetSourceDir(), &dest_public, err_)) in FillPublic()
239 const SourceDir& dir = scope_->GetSourceDir(); in FillData()
318 target_->metadata().set_source_dir(scope_->GetSourceDir()); in FillMetadata()
337 *value, scope_->GetSourceDir(), in FillAssertNoDeps()
436 scope_->GetSourceDir(), in FillGenericConfigs()
447 scope_->GetSourceDir(), ToolchainLabelForScope(scope_), in FillGenericDeps()
458 *value, scope_->GetSourceDir(), ToolchainLabelForScope(scope_), in FillGenericDepsWithWholeArchive()
471 scope_->GetSourceDir(), ToolchainLabelForScop in FillOhosComponentDeps()
[all...]
H A Dbinary_target_generator.cc89 scope_->GetSourceDir(), err_); in DoRun()
149 *value, scope_->GetSourceDir(), in FillFriends()
186 SourceDir dir = scope_->GetSourceDir().ResolveRelativeDir( in FillOutputDir()
206 scope_->GetSourceDir(), in FillAllowCircularIncludesFrom()
245 Label::Resolve(scope_->GetSourceDir(), in FillPool()
H A Daction_target_generator.cc80 scope_->GetSourceDir(), err_); in DoRun()
123 SourceFile script_file = scope_->GetSourceDir().ResolveRelativeFile( in FillScript()
205 Label::Resolve(scope_->GetSourceDir(), in FillPool()
258 scope_->GetSourceDir(), &dest_inputs, err_)) in FillInputs()
H A Dcreate_bundle_target_generator.cc193 SourceFile path = scope_->GetSourceDir().ResolveRelativeFile( in FillPartialInfoPlist()
230 SourceFile script_file = scope_->GetSourceDir().ResolveRelativeFile( in FillPostProcessingScript()
255 scope_->GetSourceDir(), &script_sources, in FillPostProcessingSources()
329 const SourceDir& current_dir = scope_->GetSourceDir(); in FillBundleDepsFilter()
H A Dfunction_filter_labels.cc53 scope->GetSourceDir(), in RunFilterLabels()
65 Label::Resolve(scope->GetSourceDir(), in RunFilterLabels()
H A Dtemplate.cc70 template_scope.set_source_dir(scope->GetSourceDir()); in Invoke()
98 template_scope.set_source_dir(scope->GetSourceDir()); in Invoke()
H A Drust_values_generator.cc159 scope_->GetSourceDir(), &dest, err_)) in FillCrateRoot()
178 Label::Resolve(scope_->GetSourceDir(), in FillAliasedDeps()
H A Dswift_values_generator.cc40 scope_->GetSourceDir(), &dest, err_)) in FillBridgeHeader()
H A Dfunction_read_file.cc55 const SourceDir& cur_dir = scope->GetSourceDir(); in RunReadFile()
H A Dfunction_write_file.cc65 const SourceDir& cur_dir = scope->GetSourceDir(); in RunWriteFile()
H A Dgenerated_file_target_generator.cc112 SourceDir dir = scope_->GetSourceDir().ResolveRelativeDir( in FillRebase()
H A Dvisibility.cc139 scope->GetSourceDir(), in FillItemVisibility()
H A Dscope.h293 const SourceDir& GetSourceDir() const;
H A Dscope.cc520 const SourceDir& Scope::GetSourceDir() const { in GetSourceDir() function in Scope
524 return containing()->GetSourceDir(); in GetSourceDir()
H A Dfunctions.cc173 return Label(scope->GetSourceDir(), name, toolchain_label.dir(), in MakeLabelForScope()
381 const SourceDir& input_dir = scope->GetSourceDir(); in RunConfig()
391 *configs_value, scope->GetSourceDir(), in RunConfig()
690 const SourceDir& input_dir = scope->GetSourceDir();
H A Dtool.cc169 Label::Resolve(scope->GetSourceDir(), in ReadLabel()
H A Dinnerapis_publicinfo_generator.cc96 SourceDir real_dir = scope->GetSourceDir().ResolveRelativeDir(includes_list[i], err, in TraverIncludeDirs()
H A Dfilesystem_utils.cc1115 scope->GetSourceDir(), type); in GetScopeCurrentBuildDirAsSourceDir()
/third_party/googletest/googlemock/test/
H A Dgmock_test_utils.py38 def GetSourceDir(): function
41 return gtest_test_utils.GetSourceDir()
H A Dgmock_output_test.py55 GOLDEN_PATH = os.path.join(gmock_test_utils.GetSourceDir(), GOLDEN_NAME)
/third_party/googletest/googletest/test/
H A Dgoogletest-output-test.py81 GOLDEN_PATH = os.path.join(gtest_test_utils.GetSourceDir(), GOLDEN_NAME)
314 gtest_test_utils.GetSourceDir(),
318 gtest_test_utils.GetSourceDir(),
H A Dgtest_test_utils.py117 def GetSourceDir(): function

Completed in 16 milliseconds