Home
last modified time | relevance | path

Searched refs:pathTemp (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/symbol_animation/
H A Dsymbol_node_build.cpp24 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 Dcall_manager5_gtest.cpp288 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 Dfs_work_agent.c188 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 Dhm_symbol_node_build.cpp131 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 Dbase_key.cpp199 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 Dlist_file.cpp247 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 Dfile_trash_n_exporter.cpp126 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 Dlistfile.cpp302 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 Ddraw_cmd.cpp1615 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()