Home
last modified time | relevance | path

Searched defs:strPath (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
Dui_image_unit_test.cpp148 const char* strPath = static_cast<const char*>(TIF_IMAGE_PATH); variable
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
Dzip_writer.cpp78 std::string strPath = path.Value(); in OpenNewFileEntry() local
Dzip_internal.cpp272 …zipFile zipFile, const std::string &strPath, const OPTIONS &options, const struct tm *lastModified… in ZipOpenNewFileInZip()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontmgr_fuzzer/
Dfontmgr_fuzzer.cpp378 std::string strPath(path); in FontMgrFuzzTest010() local
/foundation/multimodalinput/input/util/common/src/
Dutil.cpp166 static std::string GetFileName(const std::string &strPath) in GetFileName()