Home
last modified time | relevance | path

Searched defs:tmpPath (Results 1 – 12 of 12) sorted by relevance

/base/update/updater/test/unittest/updater_test/
Dupdater_unittest.cpp42 std::string tmpPath = "/tmp"; in SetUp() local
/base/update/updater/test/unittest/applypatch_test/
Dapplypatch_unittest.cpp44 std::string tmpPath = "/tmp"; in SetUp() local
/base/update/updater/test/unittest/updater_binary/
Dupdate_image_block_test.cpp51 std::string tmpPath = "/tmp"; in SetUp() local
/base/update/updater/services/updater_binary/
Dupdate_partitions.cpp116 std::string tmpPath = "/data/updater"; in Execute() local
/base/startup/init/services/param/adapter/
Dparam_persistadp.c40 …char *tmpPath = (updaterMode == 0) ? PARAM_PERSIST_SAVE_TMP_PATH : "/param/tmp_persist_parameters"; in LoadPersistParam() local
/base/update/updater/test/unittest/mount_test/
Dmount_unittest.cpp149 const std::string tmpPath = "/vendor/etc/fstab.updater"; variable
/base/hiviewdfx/faultloggerd/utils/
Ddirectory_ex.cpp270 char tmpPath[PATH_MAX] = {0}; in PathToRealPath() local
/base/hiviewdfx/hiview/adapter/utility/
Dfile_util.cpp360 string tmpPath = p.path().string(); in ChangeModeDirectory() local
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service.cpp512 std::string tmpPath = wallpaperCropPath; in MakeCropWallpaper() local
932 std::string tmpPath = ""; in SetDefaultDateForWallpaper() local
/base/update/updater/utils/
Dutils.cpp508 char tmpPath[PATH_MAX] = {0}; in PathToRealPath() local
/base/global/resource_management/frameworks/resmgr/src/
Dhap_manager.cpp251 char tmpPath[PATH_MAX] = {0}; in FindRawFile() local
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_storage.c611 static int32_t MakeSubPath(const char *mainPath, const char *tmpPath, char *outPath, uint32_t outPa… in MakeSubPath()