| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_script.cpp | 21 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 D | snapshotserializebuiltins_fuzzer.cpp | 28 const CString fileName = "builtins.snapshot";
in SnapshotSerializeBuiltinsFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | time.h | 40 std::string fileName = "/proc/" + std::to_string(getpid()) + "/stat"; in GetStartRealTime() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_writer.cpp | 21 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 D | pending_exception_test.cpp | 57 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 D | mock_test_helper.h | 29 explicit MockEtsNapiTestBaseClass(const char *fileName) : testBinFileName_(fileName) {}; in MockEtsNapiTestBaseClass() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| H A D | source_manager.cpp | 23 std::pair<ScriptId, bool> SourceManager::GetScriptId(PtThread thread, std::string_view fileName) in GetScriptId() argument
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | proxyProgramsCache.cpp | 23 parser::Program *ProxyProgramsCache::GetProgram(util::StringView fileName) in GetProgram() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | path_helper.cpp | 22 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 D | snapshotserializehugeobject_fuzzer.cpp | 43 const CString fileName = "snapshot";
in SnapshotSerializeHugeObjectFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/snapshotserializerange_fuzzer/ |
| H A D | snapshotserializerange_fuzzer.cpp | 43 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 D | framework_helper.h | 75 std::string fileName = CompilerFrameworkAotPath_ + name; in FilePathInit() local
|
| /arkcompiler/ets_runtime/test/fuzztest/snapshotserializedeserialize_fuzzer/ |
| H A D | snapshotserializedeserialize_fuzzer.cpp | 42 const CString fileName = "snapshot";
in SnapshotSerializeDeserializeFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | abc_file_utils.cpp | 38 std::string fileName = absolutePath.substr(pos + 1); in GetFileNameByAbsolutePath() local
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| H A D | llvm_aot_builder.cpp | 20 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 D | runtime_controller.cpp | 55 std::string_view fileName = path.substr(pos + 1U); in IsInPermitList() local
|
| H A D | relayout_profiler.cpp | 31 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 D | aot_compiler_impl.h | 79 std::string fileName; member
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| H A D | filesystem.cpp | 98 void CreateEmptyFile(const std::string& fileName) in CreateEmptyFile() argument
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| H A D | js_pandafile_executor_test.cpp | 61 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 D | bytecodeopt_peepholes_runtime_test.cpp | 92 std::string fileName = "bc_peepholes"; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| H A D | aot_snapshot.cpp | 42 GenerateSnapshotConstantPools(const CMap<int32_t, JSTaggedValue> &allConstantPools, const CString &fileName, uint32_t fileIndex) GenerateSnapshotConstantPools() argument
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| H A D | rest_parameter_flag_test.cpp | 76 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 D | file_stream.cpp | 30 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 D | extractor.h | 33 std::string fileName; member [all...] |