Home
last modified time | relevance | path

Searched refs:CreateFile (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_watcher_test.cpp81 void CreateFile(std::string dirPath) const in CreateFile() function in __anone42d846e0111::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/
Dnapi_hidebug.cpp71 static bool CreateFile(const std::string &path) in CreateFile() function
259 if (!CreateFile(filePath)) { in StartProfiling()
288 if (!CreateFile(filePath)) { in StartJsCpuProfiling()
325 if (!CreateFile(filePath)) { in DumpHeapData()
354 if (!CreateFile(filePath)) { in DumpJsHeapData()
/developtools/global_resource_tool/src/
Dresource_append.cpp328 HANDLE hWriteFile = CreateFile(outputPath.c_str(), GENERIC_WRITE, FILE_SHARE_WRITE, in WriteFileInner()
636 …HANDLE hReadFile = CreateFile(filePath.c_str(), GENERIC_READ, FILE_SHARE_READ, nullptr, OPEN_EXIST… in LoadResourceItemWin()
/developtools/hdc/hdc_rust/src/cffi/
Duart.cpp168 HANDLE devUartHandle = CreateFile(buf, GENERIC_READ | GENERIC_WRITE, 0, NULL,
/developtools/hdc/src/host/
Dhost_uart.cpp354 uart.devUartHandle = CreateFile(apiBuf, GENERIC_READ | GENERIC_WRITE, 0, NULL, in EnumSerialPort()