Home
last modified time | relevance | path

Searched defs:fullPath (Results 1 – 25 of 51) sorted by relevance

123

/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dutils.h48 std::string fullPath = prePath; in GenerateFullPath() local
/foundation/bundlemanager/bundle_framework/common/log/src/
Dapp_log_wrapper.cpp34 std::string fullPath(str); in GetBriefFileName() local
/foundation/resourceschedule/device_usage_statistics/utils/src/
Dbundle_active_log.cpp35 std::string fullPath(str); in GetCurrFileName() local
/foundation/multimedia/media_foundation/src/osal/filesystem/
Dfile_system.cpp123 void FileSystem::ClearFileContent(const std::string& fullPath) in ClearFileContent()
143 std::string fullPath = path + "/" + info->d_name; in RemoveFilesInDir() local
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
Dwant_agent_log_wrapper.cpp36 std::string fullPath(str); in GetBriefFileName() local
/foundation/multimedia/media_foundation/engine/foundation/osal/filesystem/
Dfile_system.cpp121 void FileSystem::ClearFileContent(const std::string& fullPath) in ClearFileContent()
141 std::string fullPath = path + "/" + info->d_name; in RemoveFilesInDir() local
/foundation/filemanagement/dfs_service/utils/log/src/
Dutils_log.cpp21 std::string fullPath(str); in GetFileNameFromFullPath() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
Dstd_directory.cpp148 const auto fullPath = path + string(entry.d_name); in CreateEntry() local
302 string StdDirectory::GetDirName(const string_view fullPath) in GetDirName()
315 string StdDirectory::GetBaseName(const string_view fullPath) in GetBaseName()
Dstd_file.cpp162 const string fullPath = string_view(canonicalParentPath) + '/' + filename; in Create() local
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/
Dmemcg.cpp303 std::string fullPath = GetMemcgPath_(); in CreateMemcgDir() local
314 std::string fullPath = GetMemcgPath_(); in RemoveMemcgDir() local
331 std::string fullPath = KernelInterface::GetInstance().JoinPath(GetMemcgPath_(), "cgroup.procs"); in AddProc() local
Davail_buffer_manager.cpp108 …std::string fullPath = KernelInterface::GetInstance().JoinPath(BUFFER_PATH, "memory.avail_buffers"… in WriteAvailBufferToKernel() local
/foundation/multimedia/media_foundation/engine/foundation/osal/utils/
Dutil.cpp56 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath()
/foundation/resourceschedule/device_standby/utils/policy/src/
Djson_utils.cpp195 std::string fullPath; in GetFileContent() local
210 bool JsonUtils::GetRealPath(const std::string& partialPath, std::string& fullPath) in GetRealPath()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
Dfile_packer_stream.cpp58 std::string fullPath = realPath + "/" + fileName; in FilePackerStream() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
Drender_data_loader.cpp45 const string fullPath = pathPrefix + RENDER_CONFIG_PATH; in Load() local
/foundation/multimedia/media_foundation/src/osal/utils/
Dutil.cpp66 bool ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath()
/foundation/arkui/ace_engine_lite/frameworks/common/memory/
Dmem_proc.cpp61 char *fullPath = RelocateJSSourceFilePath(MEM_BACK_UP_LOG_FILE_PREFIX, markdata); in ClearUp() local
/foundation/resourceschedule/work_scheduler/utils/native/src/
Dwork_sched_utils.cpp83 bool WorkSchedUtils::ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
Dpage_info.h83 void SetFullPath(const std::string& fullPath) in SetFullPath()
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
Djs_app_context.cpp72 jerry_value_t JsAppContext::Eval(char *fullPath, size_t fullPathLength, bool isAppEval) const in Eval()
134 char *fullPath, in EvaluateFile()
/foundation/multimedia/media_foundation/engine/foundation/utils/
Ddump_buffer.cpp73 std::string fullPath; in PrepareDumpDir() local
/foundation/resourceschedule/device_usage_statistics/services/common/src/
Dbundle_active_config_reader.cpp122 …ol BundleActiveConfigReader::ConvertFullPath(const std::string& partialPath, std::string& fullPath) in ConvertFullPath()
/foundation/resourceschedule/device_standby/services/test/unittest/
Dstandby_utils_unit_test.cpp188 std::string fullPath; variable
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
Djs_fwk_common.cpp463 char *fullPath = static_cast<char *>(ace_malloc(totalLength + 1)); in RelocateFilePath() local
597 char fullPath[PATH_MAX + 1] = {0}; in OpenFileInternal() local
614 static void OutputFileMaxLimitationTrace(const char * const fullPath, size_t limitation) in OutputFileMaxLimitationTrace()
641 static bool CheckFileLength(const char * const fullPath, int32_t &outFileSize) in CheckFileLength()
662 char *ReadFile(const char * const fullPath, uint32_t &fileSize, const bool binary) in ReadFile()
721 char *fullPath = RelocateJSSourceFilePath(appPath, jsFileName); in ReadJSFile() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
Dclient_trans_proxy_file_helper.c350 static int32_t GetDirPath(const char *fullPath, char *dirPath, int32_t dirPathLen) in GetDirPath()
379 static int32_t GetAbsFullPath(const char *fullPath, char *recvAbsPath, int32_t pathSize) in GetAbsFullPath()

123