Home
last modified time | relevance | path

Searched defs:output_path (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/format/
H A DArchive_test.cpp45 std::unique_ptr<IArchiveWriter> MakeDirectoryWriter(const std::string& output_path) { in MakeDirectoryWriter()
52 std::unique_ptr<IArchiveWriter> MakeZipFileWriter(const std::string& output_path) { in MakeZipFileWriter()
71 void VerifyZipFile(const std::string& output_path, const std::string& file, const uint8_t array[]) { in VerifyZipFile()
90 std::string output_path = GetTestPath("output"); in TEST_F() local
112 std::string output_path = GetTestPath("output"); in TEST_F() local
138 std::string output_path = GetTestPath("output"); in TEST_F() local
150 std::string output_path = GetTestPath("output.apk"); in TEST_F() local
172 std::string output_path = GetTestPath("output.apk"); in TEST_F() local
198 std::string output_path = GetTestPath("output.apk"); in TEST_F() local
/aosp12/art/test/712-varhandle-invocations/util-src/
H A Dgenerate_java.py581 def emit_accessor_test(var_handle_kind, accessor, var_type, output_path): argument
709 def emit_value_type_accessor_tests(output_path): argument
715 def emit_reference_accessor_tests(output_path): argument
725 def emit_interface_accessor_tests(output_path): argument
735 def emit_boxing_value_type_accessor_test(accessor, var_type, output_path): argument
796 def emit_boxing_return_value_type_test(accessor, var_type, output_path): argument
856 def emit_boxing_value_type_accessor_tests(output_path): argument
864 def emit_main(output_path, manual_test_classes): argument
/aosp12/packages/modules/SdkExtensions/derive_classpath/
H A Dderive_classpath.cpp98 bool WriteClasspathExports(Classpaths classpaths, std::string_view output_path) { in WriteClasspathExports()
191 bool GenerateClasspathExports(std::string_view output_path) { in GenerateClasspathExports()
200 bool GenerateClasspathExports(const std::string& globPatternPrefix, std::string_view output_path) { in GenerateClasspathExports()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp150 const std::string& output_path) { in CompileTable()
284 static bool WriteHeaderAndDataToWriter(const StringPiece& output_path, const ResourceFile& file, in WriteHeaderAndDataToWriter()
316 static bool FlattenXmlToOutStream(const StringPiece& output_path, const xml::XmlResource& xmlres, in FlattenXmlToOutStream()
353 const std::string& output_path) { in CompileXml()
453 const std::string& output_path) { in CompilePng()
561 const std::string& output_path) { in CompileFile()
H A DCompile.h30 std::string output_path; member
H A DOptimize.h32 Maybe<std::string> output_path; member
H A DLink.h39 std::string output_path; member
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dversion_script.py38 def get_version(input_path, output_path): argument
/aosp12/system/extras/vbmeta_tools/
H A Dvbmake.cc50 std::string output_path; in main() local
/aosp12/system/update_engine/scripts/
H A Dsimulate_ota.py50 def extract_img(zip_archive, img_name, output_path): argument
/aosp12/system/core/libsparse/
H A Dappend2simg.cpp50 char* output_path; in main() local
/aosp12/frameworks/compile/libbcc/lib/
H A DRSCompilerDriver.cpp248 llvm::SmallString<80> output_path(pCacheDir); in build() local
414 llvm::SmallString<80> output_path(pOutputFilepath); in buildScriptGroup() local
/aosp12/bionic/tools/versioner/src/
H A DPreprocessor.cpp383 static void rewriteFile(const std::string& output_path, std::deque<std::string>& file_lines, in rewriteFile()
488 std::string output_path = (llvm::Twine(dst_dir) + rel_path).str(); in preprocessHeaders() local
/aosp12/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp227 llvm::SmallString<200> output_path(input_path); in DetermineOutputFilename() local
/aosp12/system/update_engine/payload_generator/
H A Ddelta_diff_generator.cc163 const string& output_path, in GenerateUpdatePayloadFile()
/aosp12/system/extras/partition_tools/
H A Dlpunpack.cc233 std::string output_path = output_dir_ + "/" + GetPartitionName(*partition) + ".img"; in ExtractPartition() local
H A Dlpmake.cc198 std::string output_path; in main() local
/aosp12/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp226 std::string output_path = path; in WriteToArchive() local
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp263 string output_path = in GenerateJavaBitCodeAccessor() local
/aosp12/packages/modules/adb/client/
H A Dfastdeploy.cpp329 unique_fd apply_patch_on_device(const char* output_path) { in apply_patch_on_device()
/aosp12/build/make/tools/releasetools/
H A Dtest_common.py1930 def get_op_list(output_path): argument
/aosp12/art/tools/hiddenapi/
H A Dhiddenapi.cc990 const std::string& output_path = output_dex_paths_[i]; in EncodeAccessFlags() local