Home
last modified time | relevance | path

Searched refs:GetExtendedFilePath (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/platforms/tests/
Dfile_test.cpp55 EXPECT_EQ(File::GetExtendedFilePath(filePath), expectFilePath);
56 EXPECT_EQ(File::GetExtendedFilePath(longFilePath), expectLongFilePath);
69 EXPECT_EQ(File::GetExtendedFilePath(filePath), expectFilePath);
70 EXPECT_EQ(File::GetExtendedFilePath(longFilePath), expectLongFilePath);
/arkcompiler/ets_frontend/merge_abc/src/
DprotobufSnapshotGenerator.cpp29 panda::os::file::File::GetExtendedFilePath(outputName), in GenerateSnapshot()
43 panda::os::file::File::GetExtendedFilePath(inputName), in GenerateProgram()
61 panda::os::file::File::GetExtendedFilePath(cacheFilePath), in GetCacheContext()
90 panda::os::file::File::GetExtendedFilePath(cacheFilePath), in UpdateCacheFile()
Dmain.cpp83 …if (!panda::pandasm::AsmEmitter::EmitPrograms(panda::os::file::File::GetExtendedFilePath(outputFil… in Run()
DmergeProgram.cpp135 std::ifstream in(panda::os::file::File::GetExtendedFilePath(inputAbs.Value())); in CollectProtoFiles()
/arkcompiler/ets_frontend/es2panda/aot/
DemitFiles.cpp69 …if (!panda::pandasm::AsmEmitter::Emit(panda::os::file::File::GetExtendedFilePath(outputFileName_),… in Run()
86 …if (!panda::pandasm::AsmEmitter::EmitPrograms(panda::os::file::File::GetExtendedFilePath(outputFil… in Run()
Doptions.cpp98 ifs.open(panda::os::file::File::GetExtendedFilePath(input)); in CollectInputFilesFromFileList()
164 ifs.open(panda::os::file::File::GetExtendedFilePath(cacheInput.substr(1))); in ParseCacheFileOption()
/arkcompiler/ets_frontend/es2panda/util/
DsymbolTable.cpp36 fs.open(panda::os::file::File::GetExtendedFilePath(dumpSymbolTable_), in Initialize()
72 ifs.open(panda::os::file::File::GetExtendedFilePath(symbolTable)); in ReadSymbolTable()
121 fs.open(panda::os::file::File::GetExtendedFilePath(dumpSymbolTable_), in WriteSymbolTable()
Dhelpers.cpp653 …std::string tempOutput = panda::os::file::File::GetExtendedFilePath(inputFile + pid + outputSuffix… in OptimizeProgram()
665 panda::os::file::File::GetExtendedFilePath(file), std::ios::binary); in ReadFileToBuffer()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.h113 static const std::string GetExtendedFilePath(const std::string &path) in GetExtendedFilePath() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.h126 static const std::string GetExtendedFilePath(const std::string &path) in GetExtendedFilePath() function
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h214 aotOutputFile_ = panda::os::file::File::GetExtendedFilePath(value); in SetAOTOutputFile()
675 builtinsDTS_ = panda::os::file::File::GetExtendedFilePath(value); in SetBuiltinsDTS()
890 pgoProfilerPath_ = panda::os::file::File::GetExtendedFilePath(value); in SetPGOProfilerPath()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp188 auto extendedFilePath = panda::os::file::File::GetExtendedFilePath(fileName); in Main()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1442 std::string convertedFilePath = panda::os::file::File::GetExtendedFilePath(output); in EmitProgram()
1635 std::ifstream inputStream(panda::os::file::File::GetExtendedFilePath(input)); in CompileNpmEntries()
1681 file.open(panda::os::file::File::GetExtendedFilePath(fpath)); in HandleJsonFile()