Home
last modified time | relevance | path

Searched refs:outputPath (Results 1 - 16 of 16) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_executor.cpp86 if (aotArgs.compileMode.empty() || aotArgs.hapPath.empty() || aotArgs.outputPath.empty()) { in CheckArgs()
171 argsMap.emplace("aot-file", aotArgs.outputPath + ServiceConstants::PATH_SEPARATOR + aotArgs.moduleName); in MapArgs()
315 (void)InstalldOperator::DeleteDir(state_.outputPath); in StopAOT()
327 state_.outputPath = aotArgs.outputPath; in InitState()
333 state_.outputPath.clear(); in ResetState()
H A Daot_args.cpp94 outputPath = Str16ToStr8(outputPathVal); in ReadFromParcel()
135 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(outputPath)); in Marshalling()
172 + ", outputPath = " + outputPath in ToString()
H A Daot_handler.cpp157 aotArgs.outputPath = ServiceConstants::ARK_CACHE_PATH + aotArgs.bundleName + ServiceConstants::PATH_SEPARATOR in BuildAOTArgs()
185 aotArgs.anFileName = aotArgs.outputPath + ServiceConstants::PATH_SEPARATOR + aotArgs.moduleName in BuildAOTArgs()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_change_effect.cpp35 int32_t MediaChangeEffect::TakeEffect(const string &inputPath, const string &outputPath, string &editdata) in TakeEffect() argument
47 ret = imageEffect->SetOutputPath(outputPath); in TakeEffect()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dcommand_parser.h33 std::string outputPath = "/storage/media/100/local/files/jpegdecdump"; member
H A Dcommand_parser.cpp69 opt.outputPath = string(optarg); in Parse()
94 std::cout << " outputPath : " << outputPath << endl; in Print()
H A Dmock_jpeg_hw_decode_flow.cpp146 outputPath_ = opt.outputPath; in Run()
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_change_effect.h29 static int32_t TakeEffect(const string &inputPath, const string &outputPath, string &editdata);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp226 aotArgs.outputPath = OUT_PUT_PATH; in HWTEST_F()
244 aotArgs.outputPath = OUT_PUT_PATH; in HWTEST_F()
262 aotArgs.outputPath = OUT_PUT_PATH; in HWTEST_F()
281 aotArgs.outputPath = OUT_PUT_PATH; in HWTEST_F()
301 aotArgs.outputPath = OUT_PUT_PATH; in HWTEST_F()
347 aotArgs.outputPath = OUT_PUT_PATH; in HWTEST_F()
351 EXPECT_EQ(AOTExecutor::GetInstance().state_.outputPath, OUT_PUT_PATH); in HWTEST_F()
355 EXPECT_EQ(AOTExecutor::GetInstance().state_.outputPath, ""); in HWTEST_F()
715 aotArgs.outputPath = "outputPath"; in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_args.h43 std::string outputPath; member
H A Daot_executor.h31 std::string outputPath; member
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/
H A Dgitee_rest_api.js91 const outputPath = path.join(outputDir, fileName);
92 entry.pipe(fs.createWriteStream(outputPath));
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.cpp252 std::string outputPath = "./snoop.log"; in OutputSetting() local
253 AdapterConfig::GetInstance()->GetValue(SECTION_OUTPUT_SETTING, PROPERTY_BTSNOOP_OUTPUT_PATH, outputPath); in OutputSetting()
260 if (BTM_SetSnoopFilePath(outputPath.c_str(), outputPath.length()) != BT_SUCCESS) { in OutputSetting()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp179 std::string outputPath = HMDFS_DIR + std::to_string(userId) + DATA_DIR + bundleName + "/" + relativePath; in GetHmdfsPath() local
180 std::string dir = outputPath.substr(0, outputPath.find_last_of('/')); in GetHmdfsPath()
183 return outputPath; in GetHmdfsPath()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_photo_operations.h59 const std::string &outputPath, std::string &editdata, const std::string &mime_type);
124 static int32_t AddFiltersToPhoto(const std::string &inputPath, const std::string &outputPath,
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp3123 const std::string &outputPath, const std::string &editdata, const std::string &photoStatus) in AddFiltersToPhoto()
3125 MEDIA_INFO_LOG("AddFiltersToPhoto inputPath: %{public}s, outputPath: %{public}s, editdata: %{public}s", in AddFiltersToPhoto()
3126 inputPath.c_str(), outputPath.c_str(), editdata.c_str()); in AddFiltersToPhoto()
3128 size_t lastSlash = outputPath.rfind('/'); in AddFiltersToPhoto()
3129 CHECK_AND_RETURN_RET_LOG(lastSlash != string::npos && outputPath.size() > (lastSlash + 1), E_INVALID_VALUES, in AddFiltersToPhoto()
3130 "Failed to check outputPath: %{public}s", outputPath.c_str()); in AddFiltersToPhoto()
3131 string tempOutputPath = outputPath.substr(0, lastSlash) + in AddFiltersToPhoto()
3132 "/filters_" + photoStatus + outputPath.substr(lastSlash + 1); in AddFiltersToPhoto()
3142 string editDataPath = GetEditDataPath(outputPath); in AddFiltersToPhoto()
3122 AddFiltersToPhoto(const std::string &inputPath, const std::string &outputPath, const std::string &editdata, const std::string &photoStatus) AddFiltersToPhoto() argument
3161 AddFiltersToPicture(std::shared_ptr<Media::Picture> &inPicture, const std::string &outputPath, string &editdata, const std::string &mime_type) AddFiltersToPicture() argument
[all...]

Completed in 17 milliseconds