Searched refs:CreateFile (Results 1 – 4 of 4) sorted by relevance
| /developtools/profiler/device/plugins/api/test/unittest/ |
| D | plugin_watcher_test.cpp | 81 void CreateFile(std::string dirPath) const in CreateFile() function in __anon042e63cc0111::PluginWatchTest 171 CreateFile(DEFAULT_TEST_PATH_1); 198 CreateFile(DEFAULT_TEST_PATH_1); 209 CreateFile(DEFAULT_TEST_PATH_2); 220 CreateFile(DEFAULT_TEST_PATH_3);
|
| /developtools/profiler/hidebug/interfaces/js/kits/napi/ |
| D | napi_hidebug.cpp | 64 static bool CreateFile(const std::string &path) in CreateFile() function 252 if (!CreateFile(filePath)) { in StartProfiling() 281 if (!CreateFile(filePath)) { in StartJsCpuProfiling() 318 if (!CreateFile(filePath)) { in DumpHeapData() 347 if (!CreateFile(filePath)) { in DumpJsHeapData()
|
| /developtools/global_resource_tool/src/ |
| D | resource_append.cpp | 323 HANDLE hWriteFile = CreateFile(outputPath.c_str(), GENERIC_WRITE, FILE_SHARE_WRITE, in WriteFileInner() 627 …HANDLE hReadFile = CreateFile(filePath.c_str(), GENERIC_READ, FILE_SHARE_READ, nullptr, OPEN_EXIST… in LoadResourceItemWin()
|
| /developtools/hdc/src/host/ |
| D | host_uart.cpp | 353 uart.devUartHandle = CreateFile(apiBuf, GENERIC_READ | GENERIC_WRITE, 0, NULL, in EnumSerialPort()
|