Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_watcher_test.cpp81 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/
Dnapi_hidebug.cpp64 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/
Dresource_append.cpp323 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/
Dhost_uart.cpp353 uart.devUartHandle = CreateFile(apiBuf, GENERIC_READ | GENERIC_WRITE, 0, NULL, in EnumSerialPort()