Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/
DVulkanHppGenerator.cpp5621 std::string commandString; in generateHandleCommandDeclarations() local
14473 std::string commandString = "\"" CLANG_FORMAT_EXECUTABLE "\" -i --style=file " + fileName; in writeToFile() local
14474 int ret = std::system( commandString.c_str() ); in writeToFile()
14518 std::string commandString = "\"" CLANG_FORMAT_EXECUTABLE "\" --version "; in main() local
14519 int ret = std::system( commandString.c_str() ); in main()