Home
last modified time | relevance | path

Searched defs:absolutePath (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/util/
H A Dfile.cpp41 char* absolutePath = realpath(path.string(), nullptr); in File() local
49 char absolutePath[_MAX_PATH]; in File() local
69 char* absolutePath = realpath(path.string(), nullptr); in File() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
H A DFileMonitor.cpp56 std::string absolutePath; in ResolveAbsolutePath() local
178 std::string absolutePath = ResolveAbsolutePath(aPath, true); in AddPath() local
198 std::string absolutePath = ResolveAbsolutePath(aPath, true); in RemovePath() local
220 std::string absolutePath = ResolveAbsolutePath(aPath, false); in AddFile() local
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp117 std::string absolutePath = item.first; // first:absolutePath in FlushItems() local
231 …ipWriter::AddFileEntryToZip(zipFile zip_file, std::string &relativePath, std::string &absolutePath) in AddFileEntryToZip()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp92 bool AddFileEntryToZip(zipFile zip_file, FilePath &relativePath, FilePath &absolutePath, const OPTI… in AddFileEntryToZip()
189 FilePath &absolutePath = relativePaths[i].second; in FlushEntriesIfNeeded() local
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Ddata_storage_helper.cpp122 std::string absolutePath = GetConfigFileAbsolutePath(FilePath); in ParseFastSuspendDozeTime() local
203 char absolutePath[PATH_MAX] = {0}; in GetConfigFileAbsolutePath() local
H A Dbgtask_config.cpp46 std::string absolutePath = DelayedSingleton<DataStorageHelper>::GetInstance()-> in LoadConfigFile() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_effect_server.cpp53 std::string absolutePath; in LoadLibrary() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/
H A Dressched_utils.cpp181 char absolutePath[PATH_MAX] = {0}; in GetProcessFilePath() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/qdisc/
H A Dnstackx_qdisc.c159 char absolutePath[PATH_MAX + 1] = {0}; // +1 is avoiding array out of bound in GetQdiscAllLengthFromFile() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duri_utils.cpp68 std::string absolutePath; in GetUriListFromWantDms() local
H A Dability_manager_service.cpp11838 std::string absolutePath = GetConfigFileAbsolutePath(relativePath); in ParseJsonFromBoot() local
11875 char absolutePath[PATH_MAX] = {0}; in GetConfigFileAbsolutePath() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_spatial_channel_converter.cpp196 std::string absolutePath; in LoadLibrary() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_directory.cpp244 string absolutePath; in ResolveAbsolutePath() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontcollection_napi/
H A Djs_fontcollection.cpp138 bool JsFontCollection::SpiltAbsoluteFontPath(std::string& absolutePath) in SpiltAbsoluteFontPath()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_manager.cpp459 std::string absolutePath("/data/service/el1/public/themes/"); in IsSameResourceByUserId() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp524 std::string absolutePath = filePath + fileName; in GetAssetAbsolutePath() local