Home
last modified time | relevance | path

Searched refs:basePath_ (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Drs_dir_asset_provider.h45 RSDirAssetProvider(const std::string& basePath) : basePath_(basePath + "\\") {} in RSDirAssetProvider()
47 RSDirAssetProvider(const std::string& basePath) : basePath_(basePath + "/") {} in RSDirAssetProvider()
59 LOGI("GetAsset: %{public}s, %{private}s", assetName.c_str(), basePath_.c_str());
60 std::string fileName = basePath_ + assetName;
104 std::string fileName = basePath_ + assetName;
114 return basePath_;
120 std::string dirPath = basePath_ + "\\" + path;
132 std::string dirPath = basePath_ + "/" + path;
148 std::string basePath_; member in OHOS::Ace::RSDirAssetProvider
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_filesystem.cpp66 if (!basePath_.empty()) { in ValidatePath()
67 // If basePath_ is set we are in a sandbox. so all paths are relative to basePath_ (after normalization) in ValidatePath()
68 path = basePath_ + path; in ValidatePath()
177 StdFilesystem::StdFilesystem(string_view basePath) : basePath_(basePath) in StdFilesystem()
180 if (basePath_.back() == '/') { in StdFilesystem()
181 basePath_.resize(basePath_.size() - 1); in StdFilesystem()
H A Dfilesystem_api.cpp76 string basePath_; member in __anon9617::final
78 FilesystemApi() : basePath_(GetCurrentDirectory()), rootFs_(CreateStdFileSystem()) {} in FilesystemApi()
120 SplitPath(basePath_, curDrive, curPath, curFilename, curExt); in ResolvePath()
163 return NormalizePath(basePath_ + inPathRaw); in ResolvePath()
H A Dfile_manager.cpp59 return protocol + "://" + basePath_; in FixPath()
74 return protocol + "://" + NormalizePath(basePath_ + path); in FixPath()
79 return protocol + "://" + NormalizePath(basePath_.substr(0, 3) + path); // 3: substring size in FixPath()
89 return protocol + "://" + NormalizePath(basePath_ + path); in FixPath()
98 FileManager::FileManager() : basePath_(GetCurrentDirectory()) {} in FileManager()
H A Dstd_filesystem.h61 BASE_NS::string basePath_; member in final
H A Dfile_manager.h79 BASE_NS::string basePath_; member in final

Completed in 4 milliseconds