Home
last modified time | relevance | path

Searched defs:sourcePath (Results 1 – 8 of 8) sorted by relevance

/base/global/font_manager/frameworks/fontmgr/src/
Dfont_manager.cpp99 std::string sourcePath = FileUtils::GetFilePathByFd(fd); in InstallFont() local
161 std::string FontManager::CopyFile(const std::string &sourcePath, const int32_t &fd) in CopyFile()
/base/startup/appspawn/service/hnp/base/
Dhnp_zip.c172 static int ZipAddDir(const char *sourcePath, int offset, zipFile zf) in ZipAddDir()
223 static int ZipDir(const char *sourcePath, int offset, zipFile zf) in ZipDir()
248 char sourcePath[MAX_FILE_PATH_LEN]; in HnpZip() local
Dhnp_sal.c84 char sourcePath[MAX_FILE_PATH_LEN] = {0} ; in CheckSymlink() local
/base/startup/appspawn/service/hnp/pack/src/
Dhnp_pack.c121 static int GetHnpCfgInfo(const char *hnpCfgPath, const char *sourcePath, HnpCfgInfo *hnpCfg) in GetHnpCfgInfo()
/base/theme/wallpaper_mgr/utils/src/
Dfile_deal.cpp185 bool FileDeal::ForcedRefreshDisk(const std::string &sourcePath) in ForcedRefreshDisk()
/base/startup/appspawn/modules/sandbox/normal/
Dsandbox_shared_mount.cpp173 char sourcePath[PATH_MAX_LEN] = {0}; in MountEl1Bundle() local
/base/startup/appspawn/service/hnp/installer/src/
Dhnp_installer.c225 char sourcePath[MAX_FILE_PATH_LEN] = {0}; in ClearSoftLink() local
/base/startup/appspawn/test/unittest/hnp_test/
Dhnp_installer_test.cpp950 static bool HnpSymlinkCheck(const char *sourcePath, const char *targetPath) in HnpSymlinkCheck()