/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_executor.cpp | 86 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 D | aot_args.cpp | 94 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 D | aot_handler.cpp | 157 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 D | media_change_effect.cpp | 35 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 D | command_parser.h | 33 std::string outputPath = "/storage/media/100/local/files/jpegdecdump"; member
|
H A D | command_parser.cpp | 69 opt.outputPath = string(optarg); in Parse() 94 std::cout << " outputPath : " << outputPath << endl; in Print()
|
H A D | mock_jpeg_hw_decode_flow.cpp | 146 outputPath_ = opt.outputPath; in Run()
|
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | media_change_effect.h | 29 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 D | bms_data_aot_test.cpp | 226 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 D | aot_args.h | 43 std::string outputPath; member
|
H A D | aot_executor.h | 31 std::string outputPath; member
|
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/ |
H A D | gitee_rest_api.js | 91 const outputPath = path.join(outputDir, fileName); 92 entry.pipe(fs.createWriteStream(outputPath));
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | adapter_manager.cpp | 252 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 D | cloud_sync_service.cpp | 179 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 D | medialibrary_photo_operations.h | 59 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 D | medialibrary_photo_operations.cpp | 3123 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...] |