Home
last modified time | relevance | path

Searched refs:pathPrefix (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_data_loader.cpp43 void RenderDataLoader::Load(const BASE_NS::string_view pathPrefix, IRenderDataStorePod& renderDataStorePod) in Load() argument
45 const string fullPath = pathPrefix + RENDER_CONFIG_PATH; in Load()
H A Drender_data_loader.h45 /** Looks for json files under pathPrefix + RENDER_CONFIG_PATH, parses them, and loads the files. */
46 void Load(BASE_NS::string_view pathPrefix, IRenderDataStorePod& renderDataStorePod);
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dscanner_utils.cpp211 for (const auto &pathPrefix : list) { in CheckSkipScanList()
212 if (path.find(pathPrefix) != string::npos) { in CheckSkipScanList()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp1485 std::string pathPrefix = "/mnt/data/"; in CheckPathForStartFuse() local
1486 if (realPath.rfind(pathPrefix, 0) != 0) { in CheckPathForStartFuse()
1490 size_t userIdBeginPos = pathPrefix.length(); in CheckPathForStartFuse()

Completed in 4 milliseconds