Home
last modified time | relevance | path

Searched defs:realPath (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/runtime_core/panda_guard/util/
Dfile_util.cpp33 std::string realPath = os::GetAbsolutePath(filePath); in GetFileContent() local
55 std::string realPath = os::GetAbsolutePath(filePath); in GetLineDataFromFile() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dfile_path_helper_test.cpp31 std::string realPath; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp36 std::string realPath; in Serialize() local
65 std::string realPath; in Serialize() local
93 std::string realPath; in SerializeBuiltins() local
203 std::string realPath; in Deserialize() local
/arkcompiler/runtime_core/static_core/runtime/
Druntime_controller.cpp73 std::string_view realPath = buffer.data(); in CanLoadPandaFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dstub_file_info.cpp28 std::string realPath; in Save() local
69 std::string realPath; in MmapLoad() local
Dan_file_info.cpp27 std::string realPath; in Save() local
106 std::string realPath; in Load() local
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dfilesystem.cpp101 std::string realPath; in CreateEmptyFile() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp52 bool RealPath(const std::string &path, std::string &realPath, [[maybe_unused]] bool readOnly) in RealPath()
68 bool RealPathByChar(const char *path, char *realPath, int rowLength, bool readOnly) in RealPathByChar()
/arkcompiler/ets_runtime/ecmascript/ohos/
Denable_aot_list_helper.h148 std::string realPath; in ReadEnableList() local
Dohos_pkg_verifier.h106 std::string realPath; in CheckBundleNameAndAppIdentifier() local
Dohos_pkg_args.h132 uint32_t &offset, uint32_t &size, std::string &realPath) const in GetJSPandaFileinfo()
161 std::string realPath; in GetJSPandaFile() local
Daot_runtime_info.h212 static char realPath[PATH_MAX] = { '\0' }; in GetRuntimeBuildId() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp33 bool RealPath(const std::string &path, std::string &realPath, bool readOnly) in RealPath()
53 bool RealPathByChar(const char *path, char *realPath, int rowLength, bool readOnly) in RealPathByChar()
/arkcompiler/toolchain/tooling/dynamic/utils/
Dutils.cpp112 bool Utils::RealPath(const std::string &path, std::string &realPath, [[maybe_unused]] bool readOnly) in RealPath()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dfile_stream.cpp50 std::pair<bool, std::string> realPath = FilePathValid(fileName); in Initialize() local
/arkcompiler/toolchain/tooling/dynamic/client/domain/
Dprofiler_client.cpp193 std::string realPath; in WriteCpuProfileForFile() local
Dheapprofiler_client.cpp328 std::string realPath; in WriteHeapProfilerForFile() local
/arkcompiler/ets_frontend/ets2panda/util/
DimportPathManager.cpp302 const std::string realPath = ark::os::GetAbsolutePath(path.Mutf8()); in GetRealPath() local
350 StringView realPath = GetRealPath(path); in AppendExtensionOrIndexFileIfOmitted() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.cpp40 std::string realPath; in MergeApFiles() local
494 bool PGOProfilerManager::ResetOutPath(const std::string& path, std::string& realPath, const std::st… in ResetOutPath()
Dpgo_profiler_decoder.cpp165 std::string realPath; in LoadAPBinaryFile() local
/arkcompiler/toolchain/tooling/dynamic/client/ark_multi/
Dmain.cpp151 std::string realPath; in Main() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp165 std::string realPath; in RealPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp633 std::string realPath; in CreateDirIfNotExist() local
682 std::string realPath; in SaveEmptyAOTFile() local
849 std::string realPath; in CreateAOTCodeCommentFile() local
Daot_compiler_preprocessor.cpp495 std::string realPath; in ForbidenRebuildAOT() local
/arkcompiler/ets_runtime/compiler_service/src/
Daot_args_handler.cpp334 std::string realPath; in IsFileExists() local

12