/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/symbol_animation/ |
H A D | symbol_node_build.cpp | 24 RSPath pathTemp; in MergePath() local 29 pathTemp.AddPath(pathLayers[k]); in MergePath() 36 auto isOk = outPath.Op(pathTemp, pathLayers[h], RSPathOp::DIFFERENCE); in MergePath() 38 pathTemp = outPath; in MergePath() 41 multPath.AddPath(pathTemp); in MergePath()
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager5_gtest.cpp | 288 std::string pathTemp = "/system/bin/test.png"; variable 289 std::u16string path = Str8ToStr16(pathTemp); 305 std::string pathTemp = "/system/bin/test.jpg"; variable 306 std::u16string path = Str8ToStr16(pathTemp); 322 std::string pathTemp = "/system/bin/test.bmp"; variable 323 std::u16string path = Str8ToStr16(pathTemp); 339 std::string pathTemp = "/system/bin/test.webp"; variable 340 std::u16string path = Str8ToStr16(pathTemp); 358 std::u16string path = Str8ToStr16(pathTemp); 374 std::string pathTemp = ""; variable [all …]
|
/ohos5.0/base/tee/tee_client/services/teecd/src/ |
H A D | fs_work_agent.c | 188 char *pathTemp = strdup(path); in CreateDir() local 189 char *position = pathTemp; in CreateDir() 191 if (pathTemp == NULL) { in CreateDir() 196 if (strncmp(pathTemp, "/", strlen("/")) == 0) { in CreateDir() 198 } else if (strncmp(pathTemp, "./", strlen("./")) == 0) { in CreateDir() 206 if (access(pathTemp, F_OK) == 0) { in CreateDir() 211 if (mkdir(pathTemp, ROOT_DIR_PERM) != 0) { in CreateDir() 213 free(pathTemp); in CreateDir() 217 ChownSecStorage(pathTemp, false); in CreateDir() 222 free(pathTemp); in CreateDir()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/ |
H A D | hm_symbol_node_build.cpp | 131 RSPath pathTemp; in IsMaskLayer() local 139 pathTemp.AddPath(pathLayers[k]); in IsMaskLayer() 141 multPath.AddPath(pathTemp); in IsMaskLayer()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | base_key.cpp | 199 auto pathTemp = dir_ + PATH_KEY_TEMP; in StoreKey() local 207 LOGI("rename %{public}s to %{public}s", pathTemp.c_str(), candidate.c_str()); in StoreKey() 208 if (rename(pathTemp.c_str(), candidate.c_str()) == 0) { in StoreKey() 218 OHOS::ForceRemoveDirectory(pathTemp); in StoreKey() 233 auto pathTemp = dir_ + PATH_KEY_TEMP; in StoreKey() local 234 if (!MkDirRecurse(pathTemp, S_IRWXU)) { in StoreKey() 242 return EncryptDe(auth, pathTemp); in StoreKey() 248 if (!InitKeyContext(auth, pathTemp, keyCtx)) { in StoreKey() 259 if (!SaveAndCleanKeyBuff(pathTemp, keyCtx)) { in StoreKey()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | list_file.cpp | 247 string pathTemp = g_optionArgs.path; in RecursiveFunc() local 253 g_optionArgs.path = pathTemp; in RecursiveFunc()
|
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/ |
H A D | file_trash_n_exporter.cpp | 126 string pathTemp = pathInRecur; in RecursiveFunc() local 129 HILOG_DEBUG("RecursiveFunc: pathTemp = %{public}s", pathTemp.c_str()); in RecursiveFunc() 130 string timeSlot = GetTimeSlotFromPath(pathTemp); in RecursiveFunc() 140 pathInRecur = pathTemp; in RecursiveFunc()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | listfile.cpp | 302 string pathTemp = g_optionArgs.path; in RecursiveFunc() local 308 g_optionArgs.path = pathTemp; in RecursiveFunc()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd.cpp | 1615 Drawing::Path pathTemp; in MergeDrawingPath() local 1620 pathTemp.AddPath(pathLayers[k]); in MergeDrawingPath() 1627 auto isOk = outPath.Op(pathTemp, pathLayers[h], Drawing::PathOp::DIFFERENCE); in MergeDrawingPath() 1629 pathTemp = outPath; in MergeDrawingPath() 1632 multPath.AddPath(pathTemp); in MergeDrawingPath()
|