Searched refs:pathTmp (Results 1 - 7 of 7) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_hm_symbol.cpp | 38 Path pathTmp; in PathOutlineDecompose() local 39 pathTmp.GetImpl<SkiaPath>()->SetPath(skPathTmp); in PathOutlineDecompose() 40 paths.push_back(pathTmp); in PathOutlineDecompose() 50 for (const Path& pathTmp : paths) { in MultilayerPath() 51 auto skiaPath = pathTmp.GetImpl<SkiaPath>(); in MultilayerPath() 60 Path pathTmp; in MultilayerPath() local 61 pathTmp.GetImpl<SkiaPath>()->SetPath(skPathTmp); in MultilayerPath() 62 multPaths.push_back(pathTmp); in MultilayerPath()
|
/foundation/ability/idl_tool/util/ |
H A D | file.cpp | 39 String pathTmp = ""; in File() local 43 pathTmp = absolutePath; in File() 46 pathTmp = path; in File() 51 pathTmp = absolutePath; in File() 53 pathTmp = path; in File() 58 if (!pathTmp.IsEmpty()) { in File() 59 fd_ = fopen(pathTmp.string(), "r"); in File()
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
H A D | mtpfs_type_tmp_file.cpp | 20 MtpFsTypeTmpFile::MtpFsTypeTmpFile(const std::string &pathDevice, const std::string &pathTmp, int fileDesc, in MtpFsTypeTmpFile() argument 22 : pathDevice_(pathDevice), pathTmp_(pathTmp), modified_(modified) in MtpFsTypeTmpFile()
|
/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | kernel_interface_test.cpp | 67 std::string pathTmp = KernelInterface::GetInstance().AddDelimiter(""); in HWTEST_F() local 68 EXPECT_EQ(pathTmp.length(), 0u); in HWTEST_F() 71 pathTmp = KernelInterface::GetInstance().RmDelimiter(pathWithDeli); in HWTEST_F() 72 EXPECT_EQ(pathTmp.compare(base), 0); in HWTEST_F() 74 pathTmp = KernelInterface::GetInstance().RmDelimiter(""); in HWTEST_F() 75 EXPECT_EQ(pathTmp.length(), 0u); in HWTEST_F() 77 pathTmp = KernelInterface::GetInstance().RmDelimiter(base); in HWTEST_F() 78 EXPECT_EQ(pathTmp.compare(base), 0); in HWTEST_F()
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/ |
H A D | mtpfs_type_tmp_file.h | 27 MtpFsTypeTmpFile(const std::string &pathDevice, const std::string &pathTmp, int fileDesc, bool modified = false);
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/ |
H A D | file_n_exporter.cpp | 110 string pathTmp = pathOrigin + pattern; in CheckUri() local 111 size_t pos = pathTmp.find(pattern); in CheckUri() 112 while (pos != pathTmp.npos) { in CheckUri() 113 string temp = pathTmp.substr(SPLITE_ZERO, pos); in CheckUri() 115 pathTmp = pathTmp.substr(pos + 1, pathTmp.size()); in CheckUri() 116 pos = pathTmp.find(pattern); in CheckUri() 155 string pathTmp = path + pattern; in UriToAbsolute() local 156 size_t pos = pathTmp in UriToAbsolute() [all...] |
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.cpp | 745 std::string pathTmp = ""; in GetStaticMaskClipPath() local 749 pathTmp = pathBuf; in GetStaticMaskClipPath() 763 pathTmp = (lastPathIdx != std::string::npos) ? previewFullPath.substr(0, lastPathIdx) : ""; in GetStaticMaskClipPath() 767 pathTmp = pathBuf; in GetStaticMaskClipPath() 769 size_t lastPathSepLoc = pathTmp.find_last_of("\\/"); in GetStaticMaskClipPath() 770 std::string path = (lastPathSepLoc != std::string::npos) ? pathTmp.substr(0, lastPathSepLoc) : ""; in GetStaticMaskClipPath()
|
Completed in 5 milliseconds