Home
last modified time | relevance | path

Searched defs:fileName (Results 1 - 25 of 137) sorted by relevance

123456

/arkcompiler/toolchain/tooling/base/
H A Dpt_script.cpp21 PtScript::PtScript(ScriptId scriptId, const std::string &fileName, const std::string &url, const std::string &source) in PtScript() argument
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializebuiltins_fuzzer/
H A Dsnapshotserializebuiltins_fuzzer.cpp28 const CString fileName = "builtins.snapshot"; in SnapshotSerializeBuiltinsFuzzTest() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dtime.h40 std::string fileName = "/proc/" + std::to_string(getpid()) + "/stat"; in GetStartRealTime() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_writer.cpp21 FileWriter::FileWriter(const std::string &fileName) : checksum_(adler32(0, nullptr, 0)) in FileWriter() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
H A Dpending_exception_test.cpp57 const std::string fileName = "pending_exception_gc_test.abc"; in DEATH_TEST_P() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Dmock_test_helper.h29 explicit MockEtsNapiTestBaseClass(const char *fileName) : testBinFileName_(fileName) {}; in MockEtsNapiTestBaseClass() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dsource_manager.cpp23 std::pair<ScriptId, bool> SourceManager::GetScriptId(PtThread thread, std::string_view fileName) in GetScriptId() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DproxyProgramsCache.cpp23 parser::Program *ProxyProgramsCache::GetProgram(util::StringView fileName) in GetProgram() argument
/arkcompiler/ets_runtime/ecmascript/base/
H A Dpath_helper.cpp22 CString PathHelper::NormalizePath(const CString &fileName) in NormalizePath() argument
63 ResolveDirPath(const CString &fileName) ResolveDirPath() argument
[all...]
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializehugeobject_fuzzer/
H A Dsnapshotserializehugeobject_fuzzer.cpp43 const CString fileName = "snapshot"; in SnapshotSerializeHugeObjectFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializerange_fuzzer/
H A Dsnapshotserializerange_fuzzer.cpp43 const CString fileName = "snapshot"; in SnapshotSerializeRangeFuzzTest() local
46 snapshotSerialize.Serialize(reinterpret_cast<uintptr_t>(objVector.data()), objVector.size(), fileName); in SnapshotSerializeRangeFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dframework_helper.h75 std::string fileName = CompilerFrameworkAotPath_ + name; in FilePathInit() local
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializedeserialize_fuzzer/
H A Dsnapshotserializedeserialize_fuzzer.cpp42 const CString fileName = "snapshot"; in SnapshotSerializeDeserializeFuzzTest() local
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_file_utils.cpp38 std::string fileName = absolutePath.substr(pos + 1); in GetFileNameByAbsolutePath() local
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Dllvm_aot_builder.cpp20 GetSectionsAddresses(const std::string &cmdline, const std::string &fileName) GetSectionsAddresses() argument
39 GetSectionsAddressesImpl(const std::string &cmdline, const std::string &fileName) GetSectionsAddressesImpl() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime_controller.cpp55 std::string_view fileName = path.substr(pos + 1U); in IsInPermitList() local
H A Drelayout_profiler.cpp31 PandaString fileName = file.first.substr(pos, file.first.length() - pos); in WriteProfileData() local
69 void RelayoutProfiler::AddProfileItem(const std::string &fileName, const std::string &item, RelayoutItemType type) in AddProfileItem() argument
84 std::string fileName = in AddProfileClassItem() local
92 std::string fileName = method->GetPandaFile()->GetFilename(); in AddProfileCodeItem() local
/arkcompiler/ets_runtime/compiler_service/include/
H A Daot_compiler_impl.h79 std::string fileName; member
/arkcompiler/ets_runtime/ecmascript/platform/common/
H A Dfilesystem.cpp98 void CreateEmptyFile(const std::string& fileName) in CreateEmptyFile() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_executor_test.cpp61 const char *fileName = "__JSPandaFileExecutorTest1.abc"; in HWTEST_F_L0() local
96 const char *fileName = "__JSPandaFileExecutorTest2.abc"; in HWTEST_F_L0() local
133 const char *fileName = "__JSPandaFileExecutorTest3.abc"; in HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dbytecodeopt_peepholes_runtime_test.cpp92 std::string fileName = "bc_peepholes"; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Daot_snapshot.cpp42 GenerateSnapshotConstantPools(const CMap<int32_t, JSTaggedValue> &allConstantPools, const CString &fileName, uint32_t fileIndex) GenerateSnapshotConstantPools() argument
/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Drest_parameter_flag_test.cpp76 static std::unique_ptr<pandasm::Program> GetProgram(int argc, const char **argv, std::string_view fileName, in GetProgram() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dfile_stream.cpp30 FileStream::FileStream(const std::string &fileName) in FileStream() argument
52 void FileStream::Initialize(const std::string &fileName) in Initialize() argument
67 std::pair<bool, std::string> FileStream::FilePathValid(const std::string &fileName) in FilePathValid() argument
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dextractor.h33 std::string fileName; member
[all...]

Completed in 6 milliseconds

123456