Searched defs:tmpPath (Results 1 – 12 of 12) sorted by relevance
42 std::string tmpPath = "/tmp"; in SetUp() local
44 std::string tmpPath = "/tmp"; in SetUp() local
51 std::string tmpPath = "/tmp"; in SetUp() local
116 std::string tmpPath = "/data/updater"; in Execute() local
40 …char *tmpPath = (updaterMode == 0) ? PARAM_PERSIST_SAVE_TMP_PATH : "/param/tmp_persist_parameters"; in LoadPersistParam() local
149 const std::string tmpPath = "/vendor/etc/fstab.updater"; variable
270 char tmpPath[PATH_MAX] = {0}; in PathToRealPath() local
360 string tmpPath = p.path().string(); in ChangeModeDirectory() local
512 std::string tmpPath = wallpaperCropPath; in MakeCropWallpaper() local932 std::string tmpPath = ""; in SetDefaultDateForWallpaper() local
508 char tmpPath[PATH_MAX] = {0}; in PathToRealPath() local
251 char tmpPath[PATH_MAX] = {0}; in FindRawFile() local
611 static int32_t MakeSubPath(const char *mainPath, const char *tmpPath, char *outPath, uint32_t outPa… in MakeSubPath()