Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/tools/xmlGenerator/
DlightRoutingUpdate.sh141 outputFilePath="domains.xml"
146 outputFilePath="${1%.*}.xml"
147 if test "$outputFilePath" == "$1"
150 outputFilePath="${1}.xml"
154 log "Output file: $outputFilePath"
161 parameter_execute_if_exist getDomainsWithSettingsXML > "$outputFilePath" ||
163 parameter_execute_if_exist getDomainsXML > "$outputFilePath"
/external/llvm-project/flang/lib/Frontend/
DCompilerInstance.cpp79 std::string outputFilePath = in CreateDefaultOutputFile() local
84 CreateOutputFile(outputFilePath, ec, binary); in CreateDefaultOutputFile()
95 llvm::StringRef outputFilePath, std::error_code &error, bool binary) { in CreateOutputFile() argument
101 osFile = outputFilePath; in CreateOutputFile()
/external/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
Dperf_puppeteer_canvas.go187 func processFramesData(ctx context.Context, perf perfJSONFormat, benchmarkPath, outputFilePath stri…
224 …err = td.Do(ctx, td.Props("Writing perf JSON file to "+outputFilePath), func(ctx context.Context) …
225 if err := os.MkdirAll(filepath.Dir(outputFilePath), 0777); err != nil {
232 if err = ioutil.WriteFile(outputFilePath, b, 0666); err != nil {
/external/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
Dperf_puppeteer_render_skps.go235 func processSKPData(ctx context.Context, perf perfJSONFormat, benchmarkPath, outputFilePath string)…
286 …err = td.Do(ctx, td.Props("Writing perf JSON file to "+outputFilePath), func(ctx context.Context) …
287 if err := os.MkdirAll(filepath.Dir(outputFilePath), 0777); err != nil {
294 if err = ioutil.WriteFile(outputFilePath, b, 0666); err != nil {
/external/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/
Dperf_puppeteer_skottie_frames.go216 …eFramesData(ctx context.Context, perf perfJSONFormat, benchmarkPath, outputFilePath string) error {
265 …err = td.Do(ctx, td.Props("Writing perf JSON file to "+outputFilePath), func(ctx context.Context) …
266 if err := os.MkdirAll(filepath.Dir(outputFilePath), 0777); err != nil {
273 if err = ioutil.WriteFile(outputFilePath, b, 0666); err != nil {
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DFilmStripSnapshotActivity.kt92 …val outputFilePath = "${Environment.getExternalStorageDirectory()}/lottie/snapshots/$outputFileNam… in <lambda>() constant
93 FileOutputStream(outputFilePath).use { in <lambda>()
/external/llvm-project/llvm/tools/llvm-ar/
Dllvm-ar.cpp546 llvm::StringRef outputFilePath = sys::path::filename(Name); in doExtract() local
548 outs() << "x - " << outputFilePath << '\n'; in doExtract()
551 failIfError(sys::fs::openFileForWrite(outputFilePath, FD, in doExtract()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...