Home
last modified time | relevance | path

Searched refs:source_dir (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/tools/sysprop/
H A DCppMain.cpp37 std::string source_dir; member
71 ret.source_dir = optarg; in ParseArgs()
90 ret.source_dir.empty() || ret.include_name.empty()) { in ParseArgs()
111 args.public_header_dir, args.source_dir, in main()
/aosp12/build/make/tools/
H A Dgenerate-notice-files.py232 input_dirs = [os.path.normpath(source_dir) for source_dir in args.source_dir]
/aosp12/bionic/tools/versioner/src/
H A DPreprocessor.h23 bool preprocessHeaders(const std::string& preprocessor_output_path, const std::string& source_dir,
/aosp12/system/extras/simpleperf/scripts/test/
H A Dreport_html_test.py112 source_dir = TestHelper.testdata_dir
114 ['-i', testdata_file, '--add_source_code', '--source_dirs', str(source_dir)])
H A Ddo_test.py150 for source_dir in source_dirs:
151 if not source_dir.is_dir():
153 for src_path in source_dir.iterdir():
/aosp12/build/make/tools/releasetools/
H A Dmerge_target_files.py1000 def create_target_files_archive(output_file, source_dir, temp_dir): argument
1010 output_target_files_meta_dir = os.path.join(source_dir, 'META')
1023 source_dir,
1036 source_dir,
H A Dtest_ota_from_target_files.py1580 source_dir = common.MakeTempDir()
1611 }, source_dir)
1612 common.OPTIONS.incremental_source = source_dir
1615 source_info = common.BuildInfo(common.LoadInfoDict(source_dir))
H A Dota_from_target_files1483 source_dir = common.UnzipTemp(
1488 '', source_dir, target_dir, out_file)
H A Dota_from_target_files.py1483 source_dir = common.UnzipTemp(
1488 '', source_dir, target_dir, out_file)
/aosp12/build/soong/scripts/
H A Dgenerate-notice-files.py233 input_dir = os.path.normpath(args.source_dir)
/aosp12/frameworks/base/core/proto/android/content/
H A Dpackage_item_info.proto46 optional string source_dir = 8; field
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp779 static bool BindMount(const std::string& source_dir, const std::string& target_dir) { in BindMount() argument
780 return !(TEMP_FAILURE_RETRY(mount(source_dir.c_str(), target_dir.c_str(), nullptr, in BindMount()
784 static void BindMount(const std::string& source_dir, const std::string& target_dir, in BindMount() argument
786 if (!BindMount(source_dir, target_dir)) { in BindMount()
788 source_dir.c_str(), target_dir.c_str(), strerror(errno))); in BindMount()
/aosp12/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py763 for source_dir in source_dirs:
764 for parent, _, file_names in os.walk(source_dir):