/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 209 std::string srcPath; in HandleLoadJs() local
|
/ohos5.0/base/startup/init/remount/ |
H A D | remount_overlay.c | 362 char srcPath[PATH_MAX] = {}; in EngFilesOverlay() local
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
H A D | mount_manager.cpp | 300 int32_t MountManager::HmSharefsMount(int32_t userId, std::string &srcPath, std::string &dstPath) in HmSharefsMount() 693 string srcPath = srcPaths[i]; in MountSandboxPath() local 1225 std::string srcPath = hmdfsMntArgs.GetFullDst() + "/device_view/" + networkId + "/files/Docs/"; in MountDfsDocs() local 1389 int32_t MountManager::BindAndRecMount(std::string &srcPath, std::string &dstPath, bool isUseSlave) in BindAndRecMount()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy.h | 82 std::string srcPath; member
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/ |
H A D | js_vpn_extension.cpp | 134 std::string srcPath = ""; in Init() local 437 void JsVpnExtension::GetSrcPath(std::string &srcPath) in GetSrcPath()
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
H A D | napi_accessibility_extension.cpp | 71 std::string srcPath = ""; in Init() local 120 bool NAccessibilityExtension::GetSrcPathAndModuleName(std::string& srcPath, std::string& moduleName) in GetSrcPathAndModuleName()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/ |
H A D | js_ui_service_extension.cpp | 144 std::string srcPath = ""; in Init() local 557 void JsUIServiceExtension::GetSrcPath(std::string &srcPath) in GetSrcPath()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/ |
H A D | js_ability_stage.cpp | 110 std::string srcPath(hapModuleInfo.name); in Create() local 487 std::string srcPath(moduleName + "/" + srcEntry); in LoadJsSrcEntry() local
|
/ohos5.0/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_utils.cpp | 647 const std::string &srcPath, const std::string &sandboxPath, in DoDlpAppMountStrategy() 693 …const std::string &srcPath, const std::string &sandboxPath, const std::string &fsType, unsigned lo… in HandleSpecialAppMount() 821 … std::string srcPath = ConvertToRealPath(appProperty, mntPoint[g_srcPath].get<std::string>()); in DoAllMntPointsMount() local 1479 std::string srcPath = hapPath.substr(0, pathIndex); in SetOverlayAppSandboxProperty() local 1507 string srcPath = g_bundleResourceSrcPath; in SetBundleResourceAppSandboxProperty() local 1840 static void MountDir(const AppSpawningCtx *property, const char *rootPath, const char *srcPath, con… in MountDir()
|
H A D | appspawn_sandbox.c | 504 … const char *srcPath = GetSandboxRealVar(context, BUFFER_FOR_SOURCE, depNode->source, NULL, NULL); in UpdateMountPathDepsPath() local 538 …const char *srcPath = GetSandboxRealVar(context, BUFFER_FOR_SOURCE, mountNode->source, NULL, extra… in CheckAndCreateDepPath() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_path_test.cpp | 833 OH_Drawing_Path* srcPath = OH_Drawing_PathCreate(); variable
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_file/ |
H A D | file_n_exporter.cpp | 73 …nt, unique_ptr<uv_fs_t, decltype(CommonFunc::fs_req_cleanup)*>> RealPathCore(const string &srcPath) in RealPathCore()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_album_fusion_utils.cpp | 338 static std::string getThumbnailPathFromOrignalPath(std::string srcPath) in getThumbnailPathFromOrignalPath() 380 static int32_t CopyOriginThumbnail(const std::string &srcPath, std::string &targetPath) in CopyOriginThumbnail() 593 static int32_t GetSourceFilePath(std::string &srcPath, shared_ptr<NativeRdb::ResultSet> &resultSet) in GetSourceFilePath() 681 std::string srcPath = ""; in CopyLocalFile() local 824 std::string srcPath = ""; in CopyCloudSingleFile() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/ |
H A D | media_file_extention_utils.cpp | 1171 int32_t UpdateSubFilesPath(const string &srcPath, const string &newAlbumPath) in UpdateSubFilesPath() 1206 string srcPath = fileAsset->GetPath(); in HandleAlbumRename() local 1333 string srcPath = fileAsset->GetPath(); in HandleAlbumMove() local 1357 void GetMoveSubFile(const string &srcPath, shared_ptr<NativeRdb::ResultSet> &result) in GetMoveSubFile() 1372 bool CheckSubFileExtension(const string &srcPath, const string &destRelPath) in CheckSubFileExtension()
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | utils.cpp | 210 bool FileCopy(const std::string& srcPath, const std::string& dstPath) in FileCopy()
|
/ohos5.0/foundation/window/window_manager/extension/window_extension/src/ |
H A D | js_window_extension.cpp | 121 std::string srcPath; in Init() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | js_service_extension.cpp | 165 std::string srcPath = ""; in Init() local 604 void JsServiceExtension::GetSrcPath(std::string &srcPath) in GetSrcPath()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_impl.cpp | 277 …<int, unique_ptr<uv_fs_t, decltype(CommonFunc::FsReqCleanup)*>> RealPathCore(const string &srcPath) in RealPathCore()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/ |
H A D | common_func.cpp | 155 napi_value srcPath, in GetCopyPathArg()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | file_path_utils.cpp | 450 std::string GetRelativePath(const std::string& srcPath) in GetRelativePath()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_ui_ability.cpp | 191 std::string srcPath(abilityInfo->package); in Init() local 218 const std::string &moduleName, const std::string &srcPath) in UpdateAbilityObj() 228 std::shared_ptr<AAFwk::Want> want, const std::string &moduleName, const std::string &srcPath) in SetAbilityContext()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_ability.cpp | 77 FrontendType GetFrontendTypeFromManifest(const std::string& packagePath, const std::string& srcPath… in GetFrontendTypeFromManifest() 304 std::string srcPath; in OnStart() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/ |
H A D | child_process_manager.cpp | 257 std::string srcPath; in HandleChildProcessBySelfFork() local
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/ |
H A D | static_capability_loader.cpp | 84 char *srcPath = GetOneCfgFile(filePath.c_str(), buf, MAX_PATH_LEN); in LoadJsonFile() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | pen_test.cpp | 871 Path srcPath; variable
|