Home
last modified time | relevance | path

Searched defs:srcPath (Results 101 - 125 of 156) sorted by relevance

1234567

/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp96 std::string srcPath = ""; in Init() local
447 void JsWorkSchedulerExtension::GetSrcPath(std::string &srcPath) in GetSrcPath() argument
[all...]
/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H A Djs_vpn_extension.cpp134 std::string srcPath = ""; in Init() local
437 void JsVpnExtension::GetSrcPath(std::string &srcPath) in GetSrcPath() argument
[all...]
/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dsandbox_helper.cpp151 string srcPath = mountPathMap[i][PHYSICAL_PATH_KEY]; in GetSandboxPathMap() local
184 string srcPath = mountPathMap[i][PHYSICAL_PATH_KEY]; in GetBackupSandboxPathMap() local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.cpp228 int CopyImpl::CopySubDir(const std::string &srcPath, const std::string &destPath, std::shared_ptr<FileInfos> infos) in CopySubDir() argument
264 int CopyImpl::RecurCopyDir(const std::string &srcPath, const std::string &destPath, std::shared_ptr<FileInfos> infos) in RecurCopyDir() argument
312 fs::path srcPath = fs::u8path(src); in CopyDirFunc() local
[all...]
H A Dfile_fs_ffi.cpp564 int FfiOHOSFileFsSymlink(const char* target, const char* srcPath) in FfiOHOSFileFsSymlink() argument
H A Dfile_fs_impl.cpp440 static int RestoreTime(const string &srcPath, const string &destPath) in RestoreTime() argument
584 RecurMoveDir(const string &srcPath, const string &destPath, const int mode, deque<struct ConflictFiles> &errfiles) RecurMoveDir() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.cpp132 ProgramBinary* readBinary (const std::string& srcPath) in readBinary() argument
432 void BinaryRegistryWriter::initFromPath (const std::string& srcPath) in initFromPath() argument
567 BinaryRegistryReader::BinaryRegistryReader (const tcu::Archive& archive, const std::string& srcPath) in BinaryRegistryReader() argument
/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.c661 const char *srcPath = GetSandboxRealVar(context, BUFFER_FOR_SOURCE, depNode->source, NULL, NULL); in UpdateMountPathDepsPath() local
695 const char *srcPath = GetSandboxRealVar(context, BUFFER_FOR_SOURCE, mountNode->source, NULL, extraData); in CheckAndCreateDepPath() local
/base/update/updater/utils/
H A Dutils.cpp396 bool CopyDir(const std::string &srcPath, const std::string &dstPath) in CopyDir() argument
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h98 std::string srcPath; member
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp376 void ZipFile::GetAllFileList(const std::string &srcPath, std::vector<std::string> &assetList) in GetAllFileList() argument
418 void ZipFile::GetChildNames(const std::string &srcPath, std::set<std::string> &fileSet) in GetChildNames() argument
482 void ZipFile::GetAllFileListCache(const std::string &srcPath, st argument
515 GetChildNamesCache(const std::string &srcPath, std::set<std::string> &fileSet) GetChildNamesCache() argument
560 GetAllFileListNormal(const std::string &srcPath, std::vector<std::string> &assetList) GetAllFileListNormal() argument
574 GetChildNamesNormal(const std::string &srcPath, std::set<std::string> &fileSet) GetChildNamesNormal() argument
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ability.cpp125 auto srcPath = GenerateSrcPath(abilityInfo); in Init() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp76 FrontendType GetFrontendTypeFromManifest(const std::string& packagePath, const std::string& srcPath, bool isHap) in GetFrontendTypeFromManifest() argument
309 std::string srcPath; in OnStart() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h200 std::string srcPath; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h361 virtual ErrCode ExtractDriverSoFiles(const std::string &srcPath, in ExtractDriverSoFiles() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_installd_host_impl.cpp245 ErrCode InstalldHostImpl::ExtractDriverSoFiles(const std::string &srcPath, in ExtractDriverSoFiles() argument
H A Dmock_install_client.cpp249 ErrCode InstalldClient::ExtractDriverSoFiles(const std::string &srcPath, in ExtractDriverSoFiles() argument
H A Dinstalld_client.cpp371 ErrCode InstalldClient::ExtractDriverSoFiles(const std::string &srcPath, in ExtractDriverSoFiles() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp435 ErrCode InstalldClient::ExtractDriverSoFiles(const std::string &srcPath, in ExtractDriverSoFiles() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp728 std::string srcPath = Str16ToStr8(data.ReadString16()); in HandExtractDriverSoFiles() local
H A Dinstalld_proxy.cpp666 ErrCode InstalldProxy::ExtractDriverSoFiles(const std::string &srcPath, in ExtractDriverSoFiles() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/
H A Dmedialibrary_fileext_test.cpp576 string srcPath = fileAsset->GetPath(); in HWTEST_F() local
606 string srcPath = srcAlbumAsset->GetPath(); in HWTEST_F() local
731 string srcPath = fileAsset->GetPath(); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_hal/
H A Ddbm_kv_store.c410 char srcPath[MAX_KEY_PATH + 1] = {0}; in CopyValueToFile() local
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Djs_datashare_ext_ability.cpp72 std::string srcPath = ""; in Init() local
433 void JsDataShareExtAbility::GetSrcPath(std::string &srcPath) in GetSrcPath() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp466 int FileCopy(const string& srcPath, const string& dstPath) in FileCopy() argument
498 int DirCopy(const string& srcPath, const string& dstPath) in DirCopy() argument
575 int DirMove(const string& srcPath, const string& dstPath) in DirMove() argument
1107 string srcPath = ((srcUri == nullptr) ? "" : (srcUri.get())); in Copy() local
1144 string srcPath in Move() local
[all...]

Completed in 32 milliseconds

1234567