Home
last modified time | relevance | path

Searched refs:tPath (Results 1 - 5 of 5) sorted by relevance

/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_file_access_test.cpp134 std::string tPath = uri.GetPath(); in ReplaceBundleNameFromPath() local
135 if (tPath.empty()) { in ReplaceBundleNameFromPath()
140 if (tPath.front() != '/') { in ReplaceBundleNameFromPath()
145 auto index = tPath.substr(1).find_first_of("/"); in ReplaceBundleNameFromPath()
146 auto bundleName = tPath.substr(1, index); in ReplaceBundleNameFromPath()
H A Dmedialibrary_file_access_test_info.cpp835 std::string tPath = Uri(path).GetPath(); in ReplaceBundleNameFromPath() local
836 if (tPath.empty()) { in ReplaceBundleNameFromPath()
841 if (tPath.front() != '/') { in ReplaceBundleNameFromPath()
846 auto index = tPath.substr(1).find_first_of("/"); in ReplaceBundleNameFromPath()
847 auto bundleName = tPath.substr(1, index); in ReplaceBundleNameFromPath()
/foundation/multimedia/media_foundation/src/osal/filesystem/
H A Dfile_system.cpp116 std::string tPath = path.substr(0, index); in MakeMultipleDir() local
117 FALSE_RETURN_V(IsExists(tPath) || MakeDir(tPath), false); in MakeMultipleDir()
/foundation/multimedia/media_foundation/engine/foundation/osal/filesystem/
H A Dfile_system.cpp114 std::string tPath = path.substr(0, index); in MakeMultipleDir() local
115 FALSE_RETURN_V(IsExists(tPath) || MakeDir(tPath), false); in MakeMultipleDir()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_cpu_overdraw_canvas_listener.cpp120 Drawing::Path tPath = path; in DrawPath() local
121 AppendRegion(tPath); in DrawPath()

Completed in 6 milliseconds