Searched refs:GetExtendedFilePath (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/platforms/tests/ |
| D | file_test.cpp | 55 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/ |
| D | protobufSnapshotGenerator.cpp | 29 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()
|
| D | main.cpp | 83 …if (!panda::pandasm::AsmEmitter::EmitPrograms(panda::os::file::File::GetExtendedFilePath(outputFil… in Run()
|
| D | mergeProgram.cpp | 135 std::ifstream in(panda::os::file::File::GetExtendedFilePath(inputAbs.Value())); in CollectProtoFiles()
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | emitFiles.cpp | 69 …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()
|
| D | options.cpp | 98 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/ |
| D | symbolTable.cpp | 36 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()
|
| D | helpers.cpp | 653 …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/ |
| D | file.h | 113 static const std::string GetExtendedFilePath(const std::string &path) in GetExtendedFilePath() function
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | file.h | 126 static const std::string GetExtendedFilePath(const std::string &path) in GetExtendedFilePath() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.h | 214 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/ |
| D | aot_compiler.cpp | 188 auto extendedFilePath = panda::os::file::File::GetExtendedFilePath(fileName); in Main()
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 1442 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()
|