| /arkcompiler/runtime_core/panda_guard/util/ |
| D | file_util.cpp | 33 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/ |
| D | file_path_helper_test.cpp | 31 std::string realPath; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot.cpp | 36 std::string realPath; in Serialize() local 65 std::string realPath; in Serialize() local 93 std::string realPath; in SerializeBuiltins() local 190 std::string realPath; in Deserialize() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime_controller.cpp | 73 std::string_view realPath = buffer.data(); in CanLoadPandaFile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | stub_file_info.cpp | 28 std::string realPath; in Save() local 69 std::string realPath; in MmapLoad() local
|
| D | an_file_info.cpp | 27 std::string realPath; in Save() local 106 std::string realPath; in Load() local
|
| D | aot_file_manager.cpp | 74 std::string realPath; in AOTFileExist() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | file.cpp | 53 bool RealPath(const std::string &path, std::string &realPath, [[maybe_unused]] bool readOnly) in RealPath() 69 bool RealPathByChar(const char *path, char *realPath, int rowLength, bool readOnly) in RealPathByChar()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| D | file.cpp | 33 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/ets_runtime/ecmascript/platform/common/ |
| D | filesystem.cpp | 100 std::string realPath; in CreateEmptyFile() local
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | enable_aot_list_helper.h | 136 std::string realPath; in ReadEnableList() local
|
| D | ohos_pkg_verifier.h | 91 std::string realPath; in CheckBundleNameAndAppIdentifier() local
|
| D | ohos_pkg_args.h | 132 uint32_t &offset, uint32_t &size, std::string &realPath) const in GetJSPandaFileinfo() 161 std::string realPath; in GetJSPandaFile() local
|
| D | aot_runtime_info.h | 208 static char realPath[PATH_MAX] = { '\0' }; in GetRuntimeBuildId() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | importPathManager.cpp | 240 const std::string realPath = ark::os::GetAbsolutePath(path.Mutf8()); in GetRealPath() local 256 StringView realPath = GetRealPath(path); in AppendExtensionOrIndexFileIfOmitted() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | file_stream.cpp | 49 std::pair<bool, std::string> realPath = FilePathValid(fileName); in Initialize() local
|
| /arkcompiler/toolchain/tooling/utils/ |
| D | utils.cpp | 112 bool Utils::RealPath(const std::string &path, std::string &realPath, [[maybe_unused]] bool readOnly) in RealPath()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_decoder.cpp | 161 std::string realPath; in LoadAPBinaryFile() local
|
| D | pgo_profiler_manager.cpp | 37 std::string realPath; in MergeApFiles() local 482 bool PGOProfilerManager::ResetOutPath(const std::string& path, std::string& realPath, const std::st… in ResetOutPath()
|
| /arkcompiler/toolchain/tooling/client/domain/ |
| D | profiler_client.cpp | 193 std::string realPath; in WriteCpuProfileForFile() local
|
| D | heapprofiler_client.cpp | 328 std::string realPath; in WriteHeapProfilerForFile() local
|
| /arkcompiler/toolchain/tooling/client/ark_multi/ |
| D | main.cpp | 158 std::string realPath; in Main() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.cpp | 630 std::string realPath; in CreateDirIfNotExist() local 679 std::string realPath; in SaveEmptyAOTFile() local 846 std::string realPath; in CreateAOTCodeCommentFile() local
|
| D | aot_compiler_preprocessor.cpp | 493 std::string realPath; in ForbidenRebuildAOT() local
|
| /arkcompiler/ets_frontend/arkguard/src/common/ |
| D | ApiExtractor.ts | 930 const realPath: string = sys.realpath(filePath); constant
|