Home
last modified time | relevance | path

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

12

/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.cpp37 std::string realPath; in Serialize() local
66 std::string realPath; in Serialize() local
94 std::string realPath; in SerializeBuiltins() local
173 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
62 std::string realPath; in MmapLoad() local
Dan_file_info.cpp25 std::string realPath; in Save() local
82 std::string realPath; in Load() local
Daot_file_manager.cpp75 std::string realPath; in AOTFileExist() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp53 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_frontend/ets2panda/util/
DimportPathManager.cpp224 const std::string realPath = ark::os::GetAbsolutePath(path.Mutf8()); in GetRealPath() local
234 StringView realPath = GetRealPath(path); in AppendExtensionOrIndexFileIfOmitted() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp37 bool RealPath(const std::string &path, std::string &realPath, bool readOnly) in RealPath()
57 bool RealPathByChar(const char *path, char *realPath, int rowLength, bool readOnly) in RealPathByChar()
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dfilesystem.cpp100 std::string realPath; in CreateEmptyFile() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Denable_aot_list_helper.h136 std::string realPath; in ReadEnableList() local
Dohos_pkg_verifier.h91 std::string realPath; in CheckBundleNameAndAppIdentifier() local
Dohos_pkg_args.h151 std::string realPath; in GetJSPandaFile() local
Daot_runtime_info.h208 static char realPath[PATH_MAX] = { '\0' }; in GetRuntimeBuildId() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dfile_stream.cpp55 std::pair<bool, std::string> realPath = FilePathValid(fileName); in Initialize() local
Dheap_profiler.cpp485 std::string realPath; in GenerateHeapSnapshot() local
/arkcompiler/toolchain/tooling/utils/
Dutils.cpp116 bool Utils::RealPath(const std::string &path, std::string &realPath, [[maybe_unused]] bool readOnly) in RealPath()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp151 std::string realPath; in LoadAPBinaryFile() local
Dpgo_profiler_encoder.cpp352 std::string realPath; in LoadAPTextFile() local
/arkcompiler/toolchain/tooling/client/domain/
Dprofiler_client.cpp201 std::string realPath; in WriteCpuProfileForFile() local
Dheapprofiler_client.cpp334 std::string realPath; in WriteHeapProfilerForFile() local
/arkcompiler/toolchain/tooling/client/ark_multi/
Dmain.cpp167 std::string realPath; in Main() local
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts845 const realPath: string = sys.realpath(filePath); constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp635 std::string realPath; in CreateDirIfNotExist() local
683 std::string realPath; in SaveEmptyAOTFile() local
Daot_compiler_preprocessor.cpp501 std::string realPath; in ForbidenRebuildAOT() local

12