Home
last modified time | relevance | path

Searched refs:outputFilePath (Results 1 – 17 of 17) sorted by relevance

/aosp12/build/soong/android/
H A Dmakefile_goal.go42 outputFilePath OutputPath
61 return Paths{p.outputFilePath}, nil
73 p.outputFilePath = PathForModuleOut(ctx, filename).OutputPath
75 ctx.InstallFile(PathForModuleInstall(ctx, "etc"), ctx.ModuleName(), p.outputFilePath)
81 OutputFile: OptionalPathForPath(p.outputFilePath),
85 …intf(w, "$(eval $(call copy-one-file,%s,%s))\n", proptools.String(p.inputPath()), p.outputFilePath)
/aosp12/build/soong/linkerconfig/
H A Dlinkerconfig.go57 outputFilePath android.OutputPath member
73 return l.outputFilePath
81 return android.Paths{l.outputFilePath}, nil
95 l.outputFilePath = output
100 ctx.InstallFile(l.installDirPath, l.outputFilePath.Base(), l.outputFilePath)
155 OutputFile: android.OptionalPathForPath(l.outputFilePath),
159 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", l.outputFilePath.Base())
H A Dlinkerconfig_test.go51 if p.outputFilePath.Base() != "linker.config.pb" {
52 t.Errorf("expected linker.config.pb, got %q", p.outputFilePath.Base())
/aosp12/system/tools/aidl/build/
H A Daidl_mapping.go48 outputFilePath android.WritablePath member
57 s.outputFilePath = android.PathForModuleOut(ctx, s.properties.Output)
62 Output: s.outputFilePath,
87 fmt.Fprintln(w, targetName+":", m.outputFilePath.String())
/aosp12/build/soong/sh/
H A Dsh_binary.go155 outputFilePath android.OutputPath member
182 return s.outputFilePath
246 s.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath
252 Output: s.outputFilePath,
260 s.installedFile = ctx.InstallExecutable(installDir, s.outputFilePath.Base(), s.outputFilePath)
266 OutputFile: android.OptionalPathForPath(s.outputFilePath),
279 entries.SetString("LOCAL_MODULE_STEM", s.outputFilePath.Rel())
347 s.installedFile = ctx.InstallExecutable(s.installDir, s.outputFilePath.Base(), s.outputFilePath)
368 …, s.testProperties.Test_suites, configs, s.testProperties.Auto_gen_config, s.outputFilePath.Base())
415 OutputFile: android.OptionalPathForPath(s.outputFilePath),
/aosp12/build/soong/etc/
H A Dprebuilt_etc.go135 outputFilePath android.OutputPath member
245 return p.outputFilePath
253 return android.Paths{p.outputFilePath}, nil
297 p.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath
321 Output: p.outputFilePath,
330 installPath := ctx.InstallFile(p.installDirPath, p.outputFilePath.Base(), p.outputFilePath)
353 OutputFile: android.OptionalPathForPath(p.outputFilePath),
358 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", p.outputFilePath.Base())
H A Dprebuilt_etc_test.go83 android.AssertStringEquals(t, "output file path", "foo.installed.conf", p.outputFilePath.Base())
100 android.AssertStringEquals(t, "my_foo output file path", "my_foo", p.outputFilePath.Base())
103 android.AssertStringEquals(t, "my_bar output file path", "bar.conf", p.outputFilePath.Base())
/aosp12/system/timezone/input_tools/android/telephonylookup_generator/src/test/java/com/android/libcore/timezone/telephonylookup/
H A DTelephonyLookupGeneratorTest.java166 Path outputFilePath = Paths.get(outputFile); in generateTelephonyLookupXml() local
167 assertTrue(Files.exists(outputFilePath)); in generateTelephonyLookupXml()
169 return readFileToString(outputFilePath); in generateTelephonyLookupXml()
196 Path outputFilePath = Paths.get(outputFile); in assertFileIsEmpty() local
197 assertEquals(0, Files.size(outputFilePath)); in assertFileIsEmpty()
/aosp12/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/createtzs2protodatafile/
H A DCreateTzS2ProtoDataFileTest.java64 Path outputFilePath = outputDirPath.resolve("tzs2datafile.prototxt"); in regressionTest() local
68 "--output-file", outputFilePath.toAbsolutePath().toString() in regressionTest()
72 File actualOutputFile = outputFilePath.toFile(); in regressionTest()
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
H A DNativeMuxer.cpp105 const char *outputFilePath = env->GetStringUTFChars(jOutputFilePath, nullptr); in Java_com_android_media_benchmark_library_Native_Mux() local
106 FILE *outputFp = fopen(((string) outputFilePath).c_str(), "w+b"); in Java_com_android_media_benchmark_library_Native_Mux()
107 env->ReleaseStringUTFChars(jOutputFilePath, outputFilePath); in Java_com_android_media_benchmark_library_Native_Mux()
/aosp12/build/soong/java/
H A Dplatform_compat_config.go292 outputFilePath android.OutputPath member
299 c.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath
305 Output: c.outputFilePath,
313 return android.Paths{h.outputFilePath}, nil
H A Dsdk_library.go2348 outputFilePath android.OutputPath member
2390 return module.outputFilePath
2439 module.outputFilePath = android.PathForModuleOut(ctx, libName+".xml").OutputPath
2443 Output(module.outputFilePath)
2459 OutputFile: android.OptionalPathForPath(module.outputFilePath),
2464 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", module.outputFilePath.Base())
/aosp12/frameworks/av/media/tests/SampleVideoEncoder/app/src/androidTest/java/com/android/media/samplevideoencoder/tests/
H A DSampleVideoEncoderTest.java81 String outputFilePath = getOutputPath(); in testMediaSurfaceEncoder() local
84 outputFilePath, mMaxBFrames); in testMediaSurfaceEncoder()
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DNative.java24 public native int Mux(String inputFilePath, String inputFileName, String outputFilePath, in Mux() argument
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java412 private void getOutputVideoProperty(String outputFilePath) { in getOutputVideoProperty() argument
415 mediaPlayer.setDataSource(outputFilePath); in getOutputVideoProperty()
416 Log.v(TAG, "file Path = " + outputFilePath); in getOutputVideoProperty()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DImageUtils.java494 final String outputFilePath = outputFile.getAbsolutePath(); in resizeGifImage() local
497 GifTranscoder.transcode(mContext, inputFilePath, outputFilePath); in resizeGifImage()
503 + outputFilePath, e); in resizeGifImage()
/aosp12/build/soong/cc/
H A Dlibrary.go554 outputFilePath := android.PathForBazelOut(ctx, outputPaths[0])
555 handler.module.outputFile = android.OptionalPathForPath(outputFilePath)
566 StaticLibrary: outputFilePath,
573 Direct(outputFilePath).