Home
last modified time | relevance | path

Searched defs:srcPath (Results 1 - 25 of 110) sorted by relevance

12345

/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_env.cpp30 const std::string &srcPath = OHOS::AbilityEnvImpl::GetInstance().GetSrcPath(); in GetSrcPath() local
H A Dability_scheduler.cpp47 char *srcPath = reinterpret_cast<char *>(ReadString(data, nullptr)); in AmsCallback() local
/foundation/ability/ability_lite/frameworks/ability_lite/include/
H A Dapp_info.h24 std::string srcPath; member
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/include/
H A Dfile_info.h23 std::string srcPath; member
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dsymlink.cpp29 int SymlinkImpl::Symlink(const std::string& target, const std::string& srcPath) in Symlink() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dextract_param.h35 std::string srcPath; member
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dapplication_env_impl.h30 std::string srcPath; member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dphoto_file_utils.cpp78 int32_t PhotoFileUtils::GetMetaPathFromOrignalPath(const std::string &srcPath, std::string &metaPath) in GetMetaPathFromOrignalPath() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Djs_child_process.cpp54 std::string srcPath = info->srcEntry; in Init() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_paint_test.cpp226 Path srcPath; in HWTEST_F() local
/foundation/filemanagement/app_file_service/test/fuzztest/remotefileshare_fuzzer/
H A Dremotefileshare_fuzzer.cpp114 const char* srcPath = "/data/service/el2/100/hmdfs/non_account/data/com.ohos.camera"; in ShareFilePathIoctlCidFuzzTest() local
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/runner_runtime/
H A Djs_test_runner.cpp60 std::string srcPath; in JsTestRunner() local
/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp166 std::string srcPath = MODULE_JSON_PATH; in HWTEST_F() local
188 std::string srcPath = MAIN_ABILITY_PATH; in HWTEST_F() local
352 std::string srcPath = MAIN_ABILITY_PATH; in HWTEST_F() local
419 std::string srcPath = MODULE_JSON_PATH; in HWTEST_F() local
[all...]
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_unit_test.cpp179 char* srcPath = nullptr; in HWTEST_F() local
522 char* srcPath = nullptr; in HWTEST_F() local
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_screenshot.cpp156 const char* srcPath = (path == nullptr) ? DEFAULT_SCREENSHOT_PATH : path; in ScreenshotToFile() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/
H A Ddriver_installer.cpp44 ErrCode DriverInstaller::CopyDriverSoFile(const InnerBundleInfo &info, const std::string &srcPath, in CopyDriverSoFile() argument
/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/src/
H A Dcommon_tool.cpp71 bool CommonTool::CopyTmpFileToSystemPath(const std::string &srcPath, const std::string &dstPath) in CopyTmpFileToSystemPath() argument
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dability_info_utils.cpp134 bool AbilityInfoUtils::SetAbilityInfoSrcPath(AbilityInfo *abilityInfo, const char *srcPath) in SetAbilityInfoSrcPath() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.cpp494 OH_Drawing_Path* srcPath = OH_Drawing_PathCreate(); in OnTestPerformance() local
588 OH_Drawing_Path* srcPath = OH_Drawing_PathCreate(); in OnTestPerformance() local
607 OH_Drawing_Path* srcPath = OH_Drawing_PathCreate(); OnTestPerformance() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dpen_test.cpp871 Path srcPath; in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dphoto_file_operation.cpp222 std::string srcPath = sourcePhotoInfo.filePath; in CopyPhotoFile() local
321 CopyFile(const std::string &srcPath, std::string &targetPath) CopyFile() argument
[all...]
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore.cpp109 string srcPath = backupPath_ + it->data; in CheckRestoreFileInfos() local
176 string srcPath = backupPath_ + info.data; in OnPrepare() local
/foundation/multimedia/ringtone_library/test/unittest/ringtone_utils_test/src/
H A Dringtone_file_utils_test.cpp168 const string srcPath = "/data/local/tmp/test/createfile_Test_001.ogg"; in HWTEST_F() local
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp74 char *srcPath = GetOneCfgFile(filePath.c_str(), buf, MAX_PATH_LEN); in LoadJsonFile() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_file/
H A Dfile_n_exporter.cpp73 static tuple<int, unique_ptr<uv_fs_t, decltype(CommonFunc::fs_req_cleanup)*>> RealPathCore(const string &srcPath) in RealPathCore() argument

Completed in 17 milliseconds

12345