Home
last modified time | relevance | path

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

/drivers/liteos/hievent/include/
Dhiview_hievent.h47 char *filePath[MAX_PATH_NUMBER]; member
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dcpp_custom_types_code_emitter.cpp42 std::string filePath = in EmitPassthroughCustomTypesHeaderFile() local
82 std::string filePath = in EmitCustomTypesHeaderFile() local
203 std::string filePath = in EmitCustomTypesSourceFile() local
Dcpp_service_impl_code_emitter.cpp39 std::string filePath = in EmitImplHeaderFile() local
128 std::string filePath = File::AdapterPath( in EmitImplSourceFile() local
Dc_service_impl_code_emitter.cpp42 std::string filePath = in EmitServiceImplHeaderFile() local
97 std::string filePath = in EmitServiceImplSourceFile() local
Dcpp_client_proxy_code_emitter.cpp45 std::string filePath = in EmitProxyHeaderFile() local
154 std::string filePath = in EmitPassthroughProxySourceFile() local
202 std::string filePath = in EmitProxySourceFile() local
Dcpp_service_driver_code_emitter.cpp41 std::string filePath = File::AdapterPath( in EmitDriverSourceFile() local
Dc_service_driver_code_emitter.cpp50 std::string filePath = in EmitDriverSourceFile() local
Dc_custom_types_code_emitter.cpp43 std::string filePath = in EmitPassthroughCustomTypesHeaderFile() local
79 std::string filePath = in EmitCustomTypesHeaderFile() local
203 std::string filePath = in EmitCustomTypesSourceFile() local
Djava_client_interface_code_emitter.cpp38 std::string filePath = in EmitInterfaceFile() local
Dc_interface_code_emitter.cpp38 std::string filePath = in EmitInterfaceHeaderFile() local
Dcpp_interface_code_emitter.cpp38 std::string filePath = in EmitInterfaceHeaderFile() local
Dcpp_service_stub_code_emitter.cpp41 std::string filePath = in EmitStubHeaderFile() local
151 std::string filePath = in EmitStubSourceFile() local
Djava_client_proxy_code_emitter.cpp37 std::string filePath = in EmitProxyFile() local
Dcode_emitter.cpp131 StringBuilder filePath; in PackageToFilePath() local
Dc_service_stub_code_emitter.cpp42 std::string filePath = in EmitServiceStubHeaderFile() local
108 std::string filePath = in EmitServiceStubSourceFile() local
Dc_client_proxy_code_emitter.cpp44 std::string filePath = in EmitPassthroughProxySourceFile() local
102 std::string filePath = in EmitProxySourceFile() local
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_device_mitigation.cpp60 int32_t ThermalDeviceMitigation::OpenSysfsFile(std::string filePath, int32_t flags) in OpenSysfsFile()
76 int32_t ThermalDeviceMitigation::WriteSysfsFile(std::string filePath, std::string buf, size_t bytes… in WriteSysfsFile()
Dthermal_simulation_node.cpp78 int32_t ThermalSimulationNode::CreateNodeFile(std::string filePath) in CreateNodeFile()
/drivers/hdf_core/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/hdf_core/framework/tools/hdi-gen/preprocessor/
Dpreprocessor.cpp70 for (const auto &filePath : sourceFiles) { in CheckAllFilesPath() local
/drivers/hdf_core/framework/tools/hdi-gen/lexer/
Dlexer.cpp80 bool Lexer::Reset(const std::string &filePath) in Reset()
/drivers/peripheral/usb/ddk/device/src/
Dadapter_if.c68 static void GetFilePath(const char *path, const char *fileName, char *filePath) in GetFilePath()
104 char filePath[PATH_MAX]; in DeleteFile() local
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp1533 bool Parser::CheckPackageName(const std::string &filePath, const std::string &packageName) in CheckPackageName()