Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 24 of 24) sorted by relevance

/drivers/framework/tools/hdi-gen/parser/
Dmodule_parser.cpp57 for (const auto& filePath : compileFiles_) { in CompileFiles() local
91 String filePath = FileDetail::ImportsToPath(importName); in ParserAllImportsRecursion() local
Dfile_detail.cpp15 void FileDetail::SetFilePath(const String& filePath) in SetFilePath()
Dlexer.cpp69 bool Lexer::OpenSourceFile(const String& filePath) in OpenSourceFile()
Dparser.cpp1499 bool Parser::CheckPackageName(const String& filePath, const String& packageName) in CheckPackageName()
/drivers/liteos/hievent/include/
Dhiview_hievent.h47 char *filePath[MAX_PATH_NUMBER]; member
/drivers/framework/tools/hdi-gen/codegen/
Dc_service_impl_code_emitter.cpp40 …String filePath = String::Format("%s/%s.h", directory_.string(), FileName(baseName_ + "Service").s… in EmitServiceImplHeaderFile() local
87 …String filePath = String::Format("%s/%s.c", directory_.string(), FileName(baseName_ + "Service").s… in EmitServiceImplSourceFile() local
Dcpp_service_impl_code_emitter.cpp40 …String filePath = String::Format("%s/%s.h", directory_.string(), FileName(baseName_ + "Service").s… in EmitImplHeaderFile() local
130 …String filePath = String::Format("%s/%s.cpp", directory_.string(), FileName(baseName_ + "Service")… in EmitImplSourceFile() local
Dc_service_driver_code_emitter.cpp41 …String filePath = String::Format("%s/%s.c", directory_.string(), FileName(baseName_ + "Driver").st… in EmitDriverSourceFile() local
Dcpp_service_driver_code_emitter.cpp41 …String filePath = String::Format("%s/%s.cpp", directory_.string(), FileName(baseName_ + "Driver").… in EmitDriverSourceFile() local
Dcpp_custom_types_code_emitter.cpp38 String filePath = String::Format("%s/%s.h", directory_.string(), FileName(baseName_).string()); in EmitCustomTypesHeaderFile() local
152 … String filePath = String::Format("%s/%s.cpp", directory_.string(), FileName(baseName_).string()); in EmitCustomTypesSourceFile() local
Dcpp_client_proxy_code_emitter.cpp40 …String filePath = String::Format("%s/%s.h", directory_.string(), FileName(baseName_ + "Proxy").str… in EmitProxyHeaderFile() local
149 …String filePath = String::Format("%s/%s.cpp", directory_.string(), FileName(baseName_ + "Proxy").s… in EmitProxySourceFile() local
Dcpp_service_stub_code_emitter.cpp40 String filePath = String::Format("%s/%s.h", directory_.string(), FileName(stubName_).string()); in EmitStubHeaderFile() local
160 … String filePath = String::Format("%s/%s.cpp", directory_.string(), FileName(stubName_).string()); in EmitStubSourceFile() local
Dc_interface_code_emitter.cpp39 …String filePath = String::Format("%s/%s.h", directory_.string(), FileName(interfaceName_).string()… in EmitInterfaceHeaderFile() local
Djava_client_interface_code_emitter.cpp39 …String filePath = String::Format("%s/%s.java", directory_.string(), FileName(interfaceName_).strin… in EmitInterfaceFile() local
Dc_service_stub_code_emitter.cpp41 String filePath = String::Format("%s/%s.h", directory_.string(), FileName(stubName_).string()); in EmitServiceStubHeaderFile() local
111 String filePath = String::Format("%s/%s.c", directory_.string(), FileName(stubName_).string()); in EmitServiceStubSourceFile() local
Dcode_emitter.cpp106 StringBuilder filePath; in PackageToFilePath() local
Dcpp_interface_code_emitter.cpp39 …String filePath = String::Format("%s/%s.h", directory_.string(), FileName(interfaceName_).string()… in EmitInterfaceHeaderFile() local
Dc_custom_types_code_emitter.cpp39 String filePath = String::Format("%s/%s.h", directory_.string(), FileName(baseName_).string()); in EmitCustomTypesHeaderFile() local
165 String filePath = String::Format("%s/%s.c", directory_.string(), FileName(baseName_).string()); in EmitCustomTypesSourceFile() local
Djava_client_proxy_code_emitter.cpp38 …String filePath = String::Format("%s/%s.java", directory_.string(), FileName(proxyName_).string()); in EmitProxyFile() local
Dc_client_proxy_code_emitter.cpp39 String filePath = String::Format("%s/%s.c", directory_.string(), FileName(proxyName_).string()); in EmitProxySourceFile() local
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_device_mitigation.cpp63 int32_t ThermalDeviceMitigation::OpenSysfsFile(std::string filePath, int32_t flags) in OpenSysfsFile()
79 int32_t ThermalDeviceMitigation::WriteSysfsFile(std::string filePath, std::string buf, size_t bytes… in WriteSysfsFile()
Dthermal_simulation_node.cpp83 int32_t ThermalSimulationNode::CreateNodeFile(std::string filePath) in CreateNodeFile()
/drivers/framework/tools/leagecy/hc-gen/src/
Dhcs_file.c142 static int32_t CopyAndSaveFileName(const char *filePath, char **savedFileName, char **savedFilePath) in CopyAndSaveFileName()
192 char *filePath = NULL; in HcsOpenSourceFile() local
/drivers/peripheral/usb/ddk/device/src/
Dadapter_if.c60 static void GetFilePath(const char *path, const char *fileName, char *filePath) in GetFilePath()
91 char filePath[PATH_MAX]; in DeleteFile() local