Lines Matching defs:operation
9819 specifies the file offset at which the input operation is to be performed. It
12692 operation: Py_UNICODE = NULL
12699 When "operation" is not specified or "open", this acts like
12703 When another "operation" is given, it specifies what should be done with
12704 the file. A typical operation is "print".
12709 "cwd" is the working directory for the operation. If "filepath" is
12727 const Py_UNICODE *operation, const Py_UNICODE *arguments,
12740 if (PySys_Audit("os.startfile", "Ou", filepath->object, operation) < 0) {
12743 if (PySys_Audit("os.startfile/2", "OuuOi", filepath->object, operation,
12750 rc = Py_ShellExecuteW((HWND)0, operation, filepath->wide,
14721 infrequent operation, just do it each time. Kernel32 is always
14771 infrequent operation, just do it each time. Kernel32 is always